Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run build earlier
  • Loading branch information
NullVoxPopuli committed Oct 6, 2023
commit 57ad1c534dca348fbc47d8216b11811edb0e2401
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
cache: pnpm

- run: pnpm install
- run: pnpm lint
- run: pnpm build
- run: pnpm lint
- run: pnpm test:coverage --runInBand
- run: pnpm test:ember

Expand Down