Skip to content

Commit

Permalink
add playwright install
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Oct 7, 2023
1 parent 43d5ba0 commit d1e7ff5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

jobs:
lint:
playwright:
runs-on: ubuntu-latest

steps:
Expand All @@ -21,5 +21,8 @@ jobs:
- name: Yarn Install
run: yarn install --frozen-lockfile

- name: Yarn Run Playwright
- name: Playwright Install Browsers
run: yarn playwright install

- name: Playwright Run Tests
run: yarn run playwright test

0 comments on commit d1e7ff5

Please sign in to comment.