Skip to content

Commit

Permalink
fix: e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed May 25, 2024
1 parent 1bb7f62 commit dadd63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: pnpm install --frozen-lockfile --prefer-frozen-lockfile
- run: pnpm install --no-frozen-lockfile
- run: pnpm prisma generate
- run: pnpm prisma db push --skip-generate
- run: pnpm nx run-many --target=build --all --parallel --skip-nx-cache --verbose
Expand Down

0 comments on commit dadd63b

Please sign in to comment.