mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Fix path of bun in workflow
This commit is contained in:
3
.github/workflows/bun-test.yml
vendored
3
.github/workflows/bun-test.yml
vendored
@@ -46,9 +46,10 @@ jobs:
|
||||
run: |
|
||||
npm install @oven/bun-${{ matrix.tag }}@${{ github.event.inputs.version }}
|
||||
chmod +x node_modules/@oven/bun-${{ matrix.tag }}/bin/bun
|
||||
echo "node_modules/@oven/bun-${{ matrix.tag }}/bin" >> $GITHUB_PATH
|
||||
- id: test
|
||||
name: Test
|
||||
env:
|
||||
PATH: "${PATH}:node_modules/@oven/bun-${{ matrix.tag }}/bin"
|
||||
run: |
|
||||
bun install
|
||||
bun install --cwd test
|
||||
|
||||
Reference in New Issue
Block a user