Skip to content

Commit

Permalink
refactor: disable sentry in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dulapahv committed Dec 26, 2024
1 parent 9cec035 commit b10f1c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
env:
CI: true
CI: true,
SENTRY_AUTH_TOKEN: '' # Disable Sentry for tests

steps:
- name: 📥 Checkout code
Expand Down

0 comments on commit b10f1c6

Please sign in to comment.