Skip to content

Commit b006e6e

Browse files
committed
correct workflow running pytest
1 parent 3bd827f commit b006e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: "test python packages"
5959
timeout-minutes: 15
60-
run: poetry run pytest --junitxml=test-results/python-${{ matrix.python-version }}/test-results.xml --html=test-results/python-${{ matrix.python-version }}/report.html --self-contained-html
60+
run: poetry run pytest "--junitxml=test-results/python-${{ matrix.python-version }}/test-results.xml" "--html=test-results/python-${{ matrix.python-version }}/report.html" --self-contained-html
6161

6262
- name: upload test results
6363
if: always()

0 commit comments

Comments
 (0)