Skip to content

Commit

Permalink
fix wrong dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Dec 9, 2024
1 parent bec1414 commit 6638a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Make encryption files
run: |
/bin/sh ./test/make_crypt4gh_files.sh
ls -l test
- name: Set up JDK
uses: actions/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions test/make_crypt4gh_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ chmod 444 crypt4gh/my.sec.pem
printf "password" > crypt4gh/crypt4gh.pass

chmod 444 crypt4gh/crypt4gh.pass

echo "CRYPT4GH files created successfully"

0 comments on commit 6638a0a

Please sign in to comment.