Skip to content

Commit

Permalink
check cert files status after test creation
Browse files Browse the repository at this point in the history
  • Loading branch information
zostaw committed Dec 2, 2023
1 parent 9376c7e commit 8862274
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Create certificates
run: |
openssl req -x509 -newkey rsa:4096 -nodes -out app/cert.pem -keyout app/key.pem -days 1 -subj "/C=PL/ST=State/L=Test/O=Test/OU=Test/CN=localhost"
chmod a+r app/key.pem
- name: Verify cert files
run: |
Expand Down

0 comments on commit 8862274

Please sign in to comment.