Skip to content

Commit 5c84f7c

Browse files
author
Emruz Hossain
committed
test ci
Signed-off-by: Emruz Hossain <emruz@appscode.com>
1 parent c00c5d9 commit 5c84f7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ jobs:
4343
echo "environment-home:" ${HOME}
4444
4545
- name: Run checks
46+
env:
47+
HOME: ${HOME}
4648
run: |
4749
echo "KubeConfig:" ${KUBECONFIG}
48-
ls -lah
50+
ls -lah ${HOME}
4951
make ci
5052
5153
- name: Build

0 commit comments

Comments
 (0)