chore(FN-4105): remove Bun setup from sharded CI jobs

- Remove the Bun install step from the deterministic test shard job in .github/workflows/ci.yml
- Remove the matching Bun install step from the PR checks shard job in .github/workflows/pr-checks.yml
- Keep shard test execution on the shared setup-node-pnpm action only

Fusion-Task-Id: FN-4105
This commit is contained in:
Fusion
2026-05-12 16:15:09 -07:00
committed by gsxdsm
parent d5dcf4494b
commit 45732b2890
2 changed files with 0 additions and 6 deletions

View File

@@ -28,9 +28,6 @@ jobs:
- name: Setup Node and install dependencies
uses: ./.github/actions/setup-node-pnpm
- name: Install Bun
uses: oven-sh/setup-bun@v2
- name: Test (deterministic shard)
run: pnpm test:ci:shard --shard ${{ matrix.shard }} --total 3

View File

@@ -69,8 +69,5 @@ jobs:
- name: Setup Node.js and pnpm
uses: ./.github/actions/setup-node-pnpm
- name: Install Bun
uses: oven-sh/setup-bun@v2
- name: Test (deterministic shard)
run: pnpm test:ci:shard --shard ${{ matrix.shard }} --total 3