We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f439afd commit 0518ce5Copy full SHA for 0518ce5
.github/workflows/benchmarks.yaml
@@ -48,7 +48,7 @@ jobs:
48
ISSUE_TOKEN: ${{ secrets.ISSUE_TOKEN }}
49
run: |
50
if grep -q "FAILED" qa/benchmarks/pytest_output.txt; then
51
- python qa/benchmarks/test_failure_handler.py
+ python qa/tools/apex_algorithm_qa_tools/test_failure_handler.py
52
else
53
echo "No test failures detected"
54
fi
.github/workflows/test_failure_handler.py …gorithm_qa_tools/test_failure_handler.py.github/workflows/test_failure_handler.py renamed to qa/tools/apex_algorithm_qa_tools/test_failure_handler.py
0 commit comments