Skip to content

Commit 63df250

Browse files
dmealingclaude
andcommitted
ci: run bun install at repo root after workspace hoist
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 137c574 commit 63df250

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/conformance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99
- uses: oven-sh/setup-bun@v2
10-
- run: cd server/typescript && bun install
10+
- run: bun install
1111
- run: cd server/typescript/packages/conformance && bun bin/conformance.ts lint ../../../../fixtures/conformance
1212

1313
conformance:
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: oven-sh/setup-bun@v2
23-
- run: cd server/typescript && bun install
23+
- run: bun install
2424
- name: TypeScript conformance
2525
if: matrix.language == 'typescript'
2626
run: cd server/typescript/packages/metadata && bun test test/conformance.test.ts
@@ -31,5 +31,5 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333
- uses: oven-sh/setup-bun@v2
34-
- run: cd server/typescript && bun install
34+
- run: bun install
3535
- run: cd server/typescript/packages/metadata && bun run conformance:mutation

0 commit comments

Comments
 (0)