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 0ce5207 commit 6982773
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ 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
mvn verify -Dtest=**/${{ matrix.tests }}/**/RetryTestRunner
else
echo "No failed scenarios found."
Expand Down

0 comments on commit 6982773

Please sign in to comment.