From ba604e4d249d3fb41337462a56cd9ba85d203993 Mon Sep 17 00:00:00 2001 From: Serwan Asaad Date: Fri, 16 Feb 2024 18:28:54 +0100 Subject: [PATCH] fix workflow --- .github/workflows/quam_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()