Skip to content

Commit

Permalink
Install playwright stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-lee committed Nov 24, 2023
1 parent 78ea33b commit c95cafc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Install Dependencies
run: pnpm install --frozen-lockfile --prefer-offline

- name: Install Playwright
run: pnpm exec playwright install

- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit c95cafc

Please sign in to comment.