diff --git a/.github/workflows/unit-test-arm-templates.yml b/.github/workflows/unit-test-arm-templates.yml index 2d973821f..a15921523 100644 --- a/.github/workflows/unit-test-arm-templates.yml +++ b/.github/workflows/unit-test-arm-templates.yml @@ -81,6 +81,7 @@ jobs: continue-on-error: true - name: Check for failed tests id: check_fail + if: steps.run_tests.conclusion == 'success' shell: pwsh run: | echo "Number of failed tests: ${{ env.failtests }}"