Skip to content

Commit

Permalink
yml change
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitCLI committed Oct 22, 2024
1 parent 7569f33 commit 15c2887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 15c2887

Please sign in to comment.