We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae049b commit d0f8b94Copy full SHA for d0f8b94
1 file changed
.github/workflows/python-test-pip.yml
@@ -45,12 +45,12 @@ jobs:
45
exit 1
46
fi
47
curl -L -o pytest-results.zip "$URL"
48
+ zip -r pytest-results.zip tests/results
49
mv tests/results tests/ref/
50
51
- name: Test with pytest
52
run: |
53
pytest tests/ -vvs --reference tests/ref/
- zip -r pytest-results.zip tests/results
54
55
- name: Upload pytest-results artifact
56
uses: actions/upload-artifact@v4
0 commit comments