Skip to content

Commit

Permalink
add listing files step
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Dec 9, 2024
1 parent 145b341 commit b1a0ce5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,12 @@ jobs:
run: |
/bin/sh ./test/make_crypt4gh_files.sh
- name: List files in the directory
run: ls -l /test/client_certs

- name: Transform Client Private Key to DER
run: |
chmod 644 /test/client_certs/client.key
openssl pkcs8 -topk8 -inform PEM -outform DER -in /test/client_certs/client.key -out /test/client_certs/client.der -nocrypt
- name: Set up JDK
Expand Down

0 comments on commit b1a0ce5

Please sign in to comment.