Skip to content

Commit

Permalink
debugging failures
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitCLI committed Oct 29, 2024
1 parent 6e8f093 commit 0ce5207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
echo "Checking for failed_scenarios.txt"
if [ -f ./plugin/target/failed_scenarios.txt ]; then
echo "Found failed scenarios. Running retry tests."
python3 e2e/src/main/scripts/run_e2e_test.py --testRunner **/${{ matrix.tests }}/**/RetryTestRunner.java
# python3 e2e/src/main/scripts/run_e2e_test.py --testRunner **/${{ matrix.tests }}/**/RetryTestRunner.java
mvn verify -Dtest=**/${{ matrix.tests }}/**/RetryTestRunner
else
echo "No failed scenarios found."
fi
Expand Down

0 comments on commit 0ce5207

Please sign in to comment.