Skip to content

Commit 33da97d

Browse files
fixup! chore: add workflow to test Cloudflare Worker build on PRs and pushes
Apply suggestions from code review Co-authored-by: Aviv Keller <[email protected]> Signed-off-by: Dario Piotrowicz <[email protected]>
1 parent b3d62fa commit 33da97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloudflare-open-next-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
run: pnpm install --frozen-lockfile
6262

6363
- name: Build Cloudflare Worker
64-
run: pnpm turbo run --filter=@node-core/website cloudflare:build:worker
64+
run: pnpm exec turbo run --filter=@node-core/website cloudflare:build:worker ${{ env.TURBO_ARGS }}

0 commit comments

Comments
 (0)