We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1766c commit 2bdffebCopy full SHA for 2bdffeb
.github/workflows/_ci.yaml
@@ -345,6 +345,7 @@ jobs:
345
test_path=$(python -c 'import importlib.resources; print(importlib.resources.files("nsys_jax").joinpath("..", "tests").resolve())')
346
pytest --basetemp=/opt/output/pytest-tmp --report-log=/opt/output/pytest-report.jsonl "${test_path}"
347
EOF
348
+ chmod -R 777 pytest-tmp/
349
STATISTICS_SCRIPT: |
350
summary_line=$(tail -n1 test-nsys-jax.log)
351
num_errors=$(echo $summary_line | grep -oE '[0-9]+ error' | awk '{print $1} END { if (!NR) print 0}')
0 commit comments