Skip to content

Commit

Permalink
Implement playwright acceptance tests for vertical full page map
Browse files Browse the repository at this point in the history
  • Loading branch information
likimmy committed Nov 21, 2023
1 parent c563add commit 843b6d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Playwright Tests

on: [push, pull_request]
on: [push]

jobs:
test:
Expand All @@ -19,8 +19,8 @@ jobs:
run: npm run setup-test-site
- name: Build test site
run: npm run build-test-site
- name: Serve test site and run playwright tests
run: npm run serve-test-site & npx playwright test
- name: Run playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 843b6d6

Please sign in to comment.