Skip to content

Commit

Permalink
Run Playwright tests on PR, remove link test
Browse files Browse the repository at this point in the history
  • Loading branch information
IiroP committed Oct 24, 2024
1 parent 2d27bcb commit dd29d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Playwright Tests
on:
push:
#push:
# branches: [main]
pull_request:
# branches: [main]
branches: [main]
jobs:
test:
timeout-minutes: 60
Expand Down
34 changes: 0 additions & 34 deletions tests/tests/links.spec.ts

This file was deleted.

0 comments on commit dd29d05

Please sign in to comment.