diff --git a/.github/workflows/quam_test.yaml b/.github/workflows/quam_test.yaml index 7294ea03..aac175c2 100644 --- a/.github/workflows/quam_test.yaml +++ b/.github/workflows/quam_test.yaml @@ -29,8 +29,8 @@ jobs: pip install pytest pytest - - name: Run pytest and generate a report - run: pytest --junitxml=pytest-report.xml + - name: Run pytest and generate a report + run: pytest --junitxml=pytest-report.xml - name: Upload pytest report as an artifact if: success() || failure()