Skip to content

Commit 7c0b6d2

Browse files
committed
chore: ensure bun is installed for bun-elysia
1 parent 2c43f5f commit 7c0b6d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ jobs:
10091009
with:
10101010
node-version-file: 'dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/package.json'
10111011
- name: Set up Bun
1012-
if: contains(fromJSON('["node-exports-test-app","nextjs-16-bun"]'), matrix.test-application)
1012+
if: contains(fromJSON('["node-exports-test-app","nextjs-16-bun", "bun-elysia"]'), matrix.test-application)
10131013
uses: oven-sh/setup-bun@v2
10141014
- name: Set up AWS SAM
10151015
if: matrix.test-application == 'aws-serverless'

0 commit comments

Comments
 (0)