mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
Fix path of bun in workflow, try 3
This commit is contained in:
2
.github/workflows/bun-test.yml
vendored
2
.github/workflows/bun-test.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
- id: test
|
||||
name: Test
|
||||
run: |
|
||||
echo "node_modules/@oven/bun-${{ matrix.tag }}/bin" >> $GITHUB_PATH
|
||||
export PATH="${PATH}:node_modules/@oven/bun-${{ matrix.tag }}/bin"
|
||||
bun install
|
||||
bun install --cwd test
|
||||
bun x ts-node --esm scripts/bun-test.ts ${{ github.event.inputs.path }} --isolated --timeout=${{ github.event.inputs.timeout }}
|
||||
|
||||
Reference in New Issue
Block a user