diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36e2fe5..d54097c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,8 +57,9 @@ jobs: # docker ps - name: Make encryption files + working-directory: ./test run: | - /bin/sh ./test/make_crypt4gh_files.sh + /bin/sh ./make_crypt4gh_files.sh ls -l test - name: Set up JDK