Fix path of bun in workflow, try 3

This commit is contained in:
Ashcon Partovi
2023-04-28 09:58:56 -07:00
parent 35d470d98a
commit a06e90eec3

View File

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