Skip to content

Commit

Permalink
Update test for CA with request notification
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Nov 4, 2024
1 parent a2c5d5f commit e63efb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ca-notification-request-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ jobs:
- name: Remove CA
run: docker exec pki pkidestroy -s CA -v

- name: Check mail server systemd journal
if: always()
run: |
docker exec pki journalctl -x --no-pager -u postfix.service
- name: Check PKI server systemd journal
if: always()
run: |
Expand Down

0 comments on commit e63efb2

Please sign in to comment.