mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Maybe fix test runner on macOS
This commit is contained in:
4
.github/workflows/bun-test.yml
vendored
4
.github/workflows/bun-test.yml
vendored
@@ -46,10 +46,10 @@ jobs:
|
||||
run: |
|
||||
npm install @oven/bun-${{ matrix.tag }}@${{ github.event.inputs.version }}
|
||||
chmod +x node_modules/@oven/bun-${{ matrix.tag }}/bin/bun
|
||||
sudo cp node_modules/@oven/bun-${{ matrix.tag }}/bin/bun /usr/bin/bun
|
||||
cp node_modules/@oven/bun-${{ matrix.tag }}/bin/bun /usr/bin/bun
|
||||
- id: test
|
||||
name: Test
|
||||
run: |
|
||||
bun install
|
||||
bun install --cwd test
|
||||
bun x ts-node --esm scripts/bun-test.ts test/ --isolated --timeout=${{ github.event.inputs.timeout }}
|
||||
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