Skip to content

Commit 0267e3d

Browse files
committed
add build step into github action
1 parent ab7fa67 commit 0267e3d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/master.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: oven-sh/setup-bun@v2
1313
- run: bun install
14-
- run: bun test
15-
- name: Build & Deploy Worker
14+
- name: Build Project
15+
run: bun run build
16+
- name: Run Tests
17+
run: bun test --coverage
18+
- name: Deploy Worker
1619
uses: cloudflare/wrangler-action@v3
1720
with:
1821
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)