fix: build
Fixed a race condition
This commit is contained in:
parent
0a134e0df2
commit
f2a65dd18d
1 changed files with 4 additions and 1 deletions
|
|
@ -26,8 +26,11 @@ jobs:
|
|||
- name: Run unit tests
|
||||
run: bun run test:unit run
|
||||
|
||||
- name: Type check
|
||||
run: bun run type-check
|
||||
|
||||
- name: Build
|
||||
run: bun run build
|
||||
run: bun run build-only
|
||||
|
||||
- name: Upload dist
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue