Skip to content

Commit 70aa8eb

Browse files
committed
chore: no build in CI
1 parent 359ef78 commit 70aa8eb

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,3 @@ jobs:
2525

2626
- name: Run tests
2727
run: bun run test:run
28-
29-
build:
30-
runs-on: ubuntu-latest
31-
needs: check
32-
33-
steps:
34-
- uses: actions/checkout@v4
35-
36-
- uses: oven-sh/setup-bun@v2
37-
with:
38-
bun-version: latest
39-
40-
- name: Install dependencies
41-
run: bun install --frozen-lockfile
42-
43-
- name: Build
44-
run: bun run build:prod

0 commit comments

Comments
 (0)