Skip to content

Commit 0518ce5

Browse files
committed
move file
1 parent f439afd commit 0518ce5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
ISSUE_TOKEN: ${{ secrets.ISSUE_TOKEN }}
4949
run: |
5050
if grep -q "FAILED" qa/benchmarks/pytest_output.txt; then
51-
python qa/benchmarks/test_failure_handler.py
51+
python qa/tools/apex_algorithm_qa_tools/test_failure_handler.py
5252
else
5353
echo "No test failures detected"
5454
fi
File renamed without changes.

0 commit comments

Comments
 (0)