Fix path of bun in workflow

This commit is contained in:
Ashcon Partovi
2023-04-28 09:52:15 -07:00
parent 48671b77be
commit 05abe8eabe

View File

@@ -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