Skip to content

Commit

Permalink
Revert "chore: run test prepare on ci"
Browse files Browse the repository at this point in the history
This reverts commit f237008.
  • Loading branch information
jtiala committed Apr 18, 2024
1 parent f237008 commit 85f0a48
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 @@ -17,9 +17,9 @@ jobs:
cache: "pnpm"
registry-url: "https://registry.npmjs.org"
- run: pnpm install
- run: pnpm exec playwright install --with-deps
- run: pnpm run build
- run: pnpm run lint:report
- run: pnpm run test:prepare
- run: pnpm run test:report
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 85f0a48

Please sign in to comment.