diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index baf5abd33..224ff74ce 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -75,7 +75,7 @@ jobs: if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || steps.filter.outputs.e2e-test == 'true' run: python3 e2e/src/main/scripts/run_e2e_test.py --testRunner **/${{ matrix.tests }}/**/TestRunner.java # Step to check if there were failures and run retry runner if needed - - name: Check for Failed Tests and Run Retry Runner + - name: Check for Failed Tests and Run Retry Test Runner if: always() # Always run this step to check for failures run: if [ -f ./plugin/target/failed_scenarios.txt ]; then echo "Found failed scenarios. Running retry tests."