diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab467b4..d278df0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: - name: Run API tests with pytest run: | - pytest --html=report.html --self-contained-html + pytest - name: Upload test report uses: actions/upload-artifact@v4