diff --git a/.github/actions/wf_specific/asa_ca_handler/enroll_profile_1/action.yml b/.github/actions/wf_specific/asa_ca_handler/enroll_profile_1/action.yml index 5ca02aac..3abc70b5 100644 --- a/.github/actions/wf_specific/asa_ca_handler/enroll_profile_1/action.yml +++ b/.github/actions/wf_specific/asa_ca_handler/enroll_profile_1/action.yml @@ -63,7 +63,6 @@ runs: - name: "Allowed domainlist feature - Enroll lego (fail)" continue-on-error: true id: legofail01 - if: ${{ inputs.TEST_ADL == 'true' }} run: | docker run -i -v $PWD/lego:/.lego/ --rm --name lego --network acme goacme/lego -s http://acme-srv -a --email "lego@example.com" -d lego --key-type rsa2048 --http run shell: bash diff --git a/.github/workflows/ca_handler_tests_asa.yml b/.github/workflows/ca_handler_tests_asa.yml index 57e5c157..0f698dd2 100644 --- a/.github/workflows/ca_handler_tests_asa.yml +++ b/.github/workflows/ca_handler_tests_asa.yml @@ -56,6 +56,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