Skip to content

Commit 8bc198b

Browse files
committed
chore: add job to build Workers for branches
1 parent b190e97 commit 8bc198b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/branches.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,15 @@ jobs:
3131
- name: Run tests
3232
run: pnpm test
3333

34+
build-workers:
35+
name: Build Workers
36+
runs-on: ubuntu-24.04
37+
permissions:
38+
contents: read
39+
timeout-minutes: 10
40+
steps:
41+
- uses: actions/checkout@v4
42+
- uses: ./.github/actions/setup
43+
44+
- name: Build Workers
45+
run: pnpm turbo deploy -- -e staging --dry-run

0 commit comments

Comments
 (0)