Skip to content

Commit 15c2887

Browse files
committed
yml change
1 parent 7569f33 commit 15c2887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || steps.filter.outputs.e2e-test == 'true'
7676
run: python3 e2e/src/main/scripts/run_e2e_test.py --testRunner **/${{ matrix.tests }}/**/TestRunner.java
7777
# Step to check if there were failures and run retry runner if needed
78-
- name: Check for Failed Tests and Run Retry Runner
78+
- name: Check for Failed Tests and Run Retry Test Runner
7979
if: always() # Always run this step to check for failures
8080
run: if [ -f ./plugin/target/failed_scenarios.txt ]; then
8181
echo "Found failed scenarios. Running retry tests."

0 commit comments

Comments
 (0)