Skip to content

Commit

Permalink
Fix tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys authored Oct 17, 2024
1 parent c6319c2 commit e09b379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e09b379

Please sign in to comment.