Skip to content

Commit

Permalink
refactor: Skip browser tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
CvdL-UM committed Oct 3, 2024
1 parent e5f11cc commit 3696dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Start Supabase
run: supabase start
- name: Run Playwright tests
run: pnpm exec playwright test
run: pnpm exec playwright test --project 'e2e tests logged in'
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 3696dff

Please sign in to comment.