We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7569f33 commit 15c2887Copy full SHA for 15c2887
.github/workflows/e2e.yml
@@ -75,7 +75,7 @@ jobs:
75
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || steps.filter.outputs.e2e-test == 'true'
76
run: python3 e2e/src/main/scripts/run_e2e_test.py --testRunner **/${{ matrix.tests }}/**/TestRunner.java
77
# Step to check if there were failures and run retry runner if needed
78
- - name: Check for Failed Tests and Run Retry Runner
+ - name: Check for Failed Tests and Run Retry Test Runner
79
if: always() # Always run this step to check for failures
80
run: if [ -f ./plugin/target/failed_scenarios.txt ]; then
81
echo "Found failed scenarios. Running retry tests."
0 commit comments