Skip to content

Commit

Permalink
[wf] sleep in asa-handler workflow to avoid testing starts to early
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Dec 22, 2024
1 parent 00ac733 commit 8baf362
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ca_handler_tests_asa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
run: |
mkdir lego
- name: "Sleep for 5s"
uses: juliangruber/sleep-action@v2.0.3
with:
time: 5s

- name: "Test http://acme-srv/directory is accessible"
run: docker run -i --rm --network acme curlimages/curl -f http://acme-srv/directory

Expand Down Expand Up @@ -56,6 +61,11 @@ jobs:
ASA_CA_BUNDLE: ${{ secrets.ASA_CA_BUNDLE }}
ASA_PROFILE1: ${{ secrets.ASA_POFILE1 }}

- name: "Sleep for 5s"
uses: juliangruber/sleep-action@v2.0.3
with:
time: 5s

- name: "Test http://acme-srv/directory is accessible again"
run: docker run -i --rm --network acme curlimages/curl -f http://acme-srv/directory

Expand Down

0 comments on commit 8baf362

Please sign in to comment.