Skip to content

Commit

Permalink
set work-dir for a step
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Dec 9, 2024
1 parent 7181899 commit 5e9c61d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e9c61d

Please sign in to comment.