Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Dec 8, 2024
1 parent b248258 commit 4b28aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: pnpm i
- run: npx playwright install --with-deps
- run: pnpm build
- run: pnpm run typecheck
- run: pnpm run test
- run: pnpm run typecheck
env:
CI: true

0 comments on commit 4b28aec

Please sign in to comment.