Skip to content

Commit

Permalink
ci: update playwright automated tests to run on all PRs (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikacolette29 authored Nov 19, 2024
1 parent a2e49c1 commit ef9f9d8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: Playwright Accessibility Tests
on:
# allow for manual triggers
workflow_dispatch: {}
push:
branches: [playwright-automated-testing]
pull_request:
branches: [playwright-automated-testing]
pull_request: {}
jobs:
test:
timeout-minutes: 60
Expand All @@ -32,4 +29,4 @@ jobs:
with:
name: playwright-report
path: playwright-report/
retention-days: 1
retention-days: 1

0 comments on commit ef9f9d8

Please sign in to comment.