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 5879633 commit 933cd43
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ jobs:
node-version: '18'
cache: 'pnpm'
- run: pnpm config set registry https://registry.npmjs.org/
- run: pnpm store prune
- run: |
if [ ! -f pnpm-lock.yaml ]; then
echo "pnpm-lock.yaml not found, generating it."
pnpm install --lockfile-only
fi
- run: pnpm store prune
- run: echo "strict-peer-dependencies=false" >> .npmrc
- run: pnpm install
- run: pnpm playwright install chromium
- run: pnpm run ci
Expand Down

0 comments on commit 933cd43

Please sign in to comment.