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 34b5683 commit 4cde293Copy full SHA for 4cde293
.github/workflows/build_package.yml
@@ -22,9 +22,9 @@ jobs:
22
python -m pip install --upgrade pip
23
pip install pytest
24
- name: Test with pytest
25
- run: pytest test_cliff.py --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml
+ run: pytest cliffs_delta/test_cliff.py --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml
26
- name: Upload pytest test results
27
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
28
with:
29
name: pytest-results-${{ matrix.python-version }}
30
path: junit/test-results-${{ matrix.python-version }}.xml
0 commit comments