Skip to content

Commit

Permalink
Merge pull request #9 from RaisinTen/swap-dependency-installation-in-ci
Browse files Browse the repository at this point in the history
Swap dependency installation in CI
  • Loading branch information
RaisinTen authored Sep 16, 2024
2 parents ff84ce8 + 641a85b commit 5e563c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- run: npm test

0 comments on commit 5e563c4

Please sign in to comment.