diff --git a/.github/workflows/image_test.yml b/.github/workflows/image_test.yml index 6a7627a..5d07571 100644 --- a/.github/workflows/image_test.yml +++ b/.github/workflows/image_test.yml @@ -18,4 +18,5 @@ jobs: echo "Hello from the custom Docker image!" env ls -a - ../ls -a \ No newline at end of file + cd ~/ + ls -a \ No newline at end of file