diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 00a7c08..5e2f2e7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: - name: Install playwright browsers run: npx playwright install --with-deps - name: Run tests - run: npx playwright test + run: QASE_MODE=testops npx playwright test - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: