Skip to content

Commit

Permalink
list the files
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Dec 6, 2024
1 parent 9fdcff9 commit 817fc53
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,14 @@ jobs:
run: |
/bin/sh ./test/make_crypt4gh_files.sh
- name: List files in the directory
run: ls -R ./test/
- name: Docker logs
run: |
docker ps
docker ps -a
docker logs certfixer
- name: List files in the directory
run: ls -R ./test/client_certs/
run: ls -R ./test/

- name: Transform Client Private Key to DER
run: |
Expand Down

0 comments on commit 817fc53

Please sign in to comment.