Skip to content

Commit

Permalink
Update IPA tests to check logs before removing server
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Oct 3, 2024
1 parent 22e674e commit da36e97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ipa-basic-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,6 @@ jobs:
run: |
docker exec ipa cat /var/log/dirsrv/slapd-EXAMPLE-COM/security
- name: Remove IPA server
run: docker exec ipa ipa-server-install --uninstall -U

- name: Check IPA CA install log
if: always()
run: |
Expand Down Expand Up @@ -284,6 +281,9 @@ jobs:
tests/bin/ipa-artifacts-save.sh ipa
continue-on-error: true

- name: Remove IPA server
run: docker exec ipa ipa-server-install --uninstall -U

- name: Upload artifacts
if: always()
uses: actions/upload-artifact@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ipa-kra-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,6 @@ jobs:
run: |
docker exec ipa cat /var/log/dirsrv/slapd-EXAMPLE-COM/security
- name: Remove IPA server
run: docker exec ipa ipa-server-install --uninstall -U

- name: Check IPA CA install log
if: always()
run: |
Expand Down Expand Up @@ -293,6 +290,9 @@ jobs:
tests/bin/ipa-artifacts-save.sh ipa
continue-on-error: true

- name: Remove IPA server
run: docker exec ipa ipa-server-install --uninstall -U

- name: Upload artifacts
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit da36e97

Please sign in to comment.