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