Skip to content

Commit

Permalink
Also install dependencies for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
Juice10 committed Mar 13, 2023
1 parent 22ad6f5 commit 92947b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: lts/*

- name: Install Dependencies
run: npx playwright install && yarn install --frozen-lockfile
run: npx playwright install --with-deps && yarn install --frozen-lockfile

- name: Build Project
run: yarn build
Expand Down

0 comments on commit 92947b1

Please sign in to comment.