aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ashcon Partovi <ashcon@partovi.net> 2023-04-28 09:54:31 -0700
committerGravatar Ashcon Partovi <ashcon@partovi.net> 2023-04-28 09:54:31 -0700
commit35d470d98a7df1d0bee7c96630dd04267d0c080e (patch)
tree62f03a882d911bfafe45c26abf117dbc36889df4
parent05abe8eabe558ca2eae52d3a12d29f273f7e59aa (diff)
downloadbun-35d470d98a7df1d0bee7c96630dd04267d0c080e.tar.gz
bun-35d470d98a7df1d0bee7c96630dd04267d0c080e.tar.zst
bun-35d470d98a7df1d0bee7c96630dd04267d0c080e.zip
Fix path of bun in workflow, try 2
-rw-r--r--.github/workflows/bun-test.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/bun-test.yml b/.github/workflows/bun-test.yml
index 2eb914e43..45b81767e 100644
--- a/.github/workflows/bun-test.yml
+++ b/.github/workflows/bun-test.yml
@@ -48,9 +48,8 @@ jobs:
chmod +x node_modules/@oven/bun-${{ matrix.tag }}/bin/bun
- id: test
name: Test
- env:
- PATH: "${PATH}:node_modules/@oven/bun-${{ matrix.tag }}/bin"
run: |
+ echo "node_modules/@oven/bun-${{ matrix.tag }}/bin" >> $GITHUB_PATH
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 }}