diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 62fb7ff..f4d1e36 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -37,7 +37,8 @@ jobs: uses: actions/upload-artifact@v4 with: name: test-report - path: tests/pytest_report.html - path: examples/pytest_examples_report.html + path: | + tests/pytest_report.html + examples/pytest_examples_report.html \ No newline at end of file