Skip to content

Commit 4cde293

Browse files
authored
Update pytest test file path and actions version
1 parent 34b5683 commit 4cde293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
python -m pip install --upgrade pip
2323
pip install pytest
2424
- name: Test with pytest
25-
run: pytest test_cliff.py --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml
25+
run: pytest cliffs_delta/test_cliff.py --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml
2626
- name: Upload pytest test results
27-
uses: actions/upload-artifact@v2
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: pytest-results-${{ matrix.python-version }}
3030
path: junit/test-results-${{ matrix.python-version }}.xml

0 commit comments

Comments
 (0)