Skip to content

Commit

Permalink
test: Use yarn to install dep
Browse files Browse the repository at this point in the history
  • Loading branch information
yanguoyu committed Jul 17, 2024
1 parent 1c99099 commit 1a6ee79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install Lerna
run: yarn global add lerna
- name: Install dependencies
run: npm ci
run: yarn
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down

0 comments on commit 1a6ee79

Please sign in to comment.