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 470b2fe commit d6d5e8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
with:
node-version: '22'
cache: 'pnpm'
- run: |
if [ ! -f pnpm-lock.yaml ]; then
echo "pnpm-lock.yaml not found, generating it."
pnpm install --lockfile-only
fi
- run: pnpm install --prefer-offline --frozen-lockfile
- run: pnpm playwright install chromium
- run: pnpm run ci
Expand Down

0 comments on commit d6d5e8b

Please sign in to comment.