Skip to content

Commit

Permalink
feature: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinant committed Nov 22, 2024
1 parent d6d5e8b commit 7e4ec16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
echo "pnpm-lock.yaml not found, generating it."
pnpm install --lockfile-only
fi
- run: pnpm install --prefer-offline --frozen-lockfile
- run: pnpm install --prefer-offline
- run: pnpm playwright install chromium
- run: pnpm run ci
env:
Expand Down

0 comments on commit 7e4ec16

Please sign in to comment.