Skip to content

Commit

Permalink
fix: ci attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt committed Nov 20, 2024
1 parent b0b8617 commit ac8a934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
node-version: '18.x'

- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Build packages
run: pnpm build

- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
run: pnpm dlx playwright@1.47.1 install --with-deps

- name: Run Playwright tests
run: pnpm test
Expand Down

0 comments on commit ac8a934

Please sign in to comment.