diff options
author | 2023-04-28 17:12:01 -0700 | |
---|---|---|
committer | 2023-04-28 17:12:01 -0700 | |
commit | e3a0c4e06d4fb4f0c4d03f85bae45266415d4204 (patch) | |
tree | 310f24d493675d2d1c101fa7c4e742fb813b5313 | |
parent | bc43d33be95ac681bf07cf35da31004a066c14e5 (diff) | |
download | bun-e3a0c4e06d4fb4f0c4d03f85bae45266415d4204.tar.gz bun-e3a0c4e06d4fb4f0c4d03f85bae45266415d4204.tar.zst bun-e3a0c4e06d4fb4f0c4d03f85bae45266415d4204.zip |
Update bun-test.yml
-rw-r--r-- | .github/workflows/bun-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bun-test.yml b/.github/workflows/bun-test.yml index 9ada86c03..60c25c993 100644 --- a/.github/workflows/bun-test.yml +++ b/.github/workflows/bun-test.yml @@ -55,4 +55,4 @@ jobs: run: | bun install bun install --cwd test - bun x ts-node --esm .github/test-runner.ts ${{ github.event.inputs.path }} --isolated --timeout=${{ github.event.inputs.timeout }} + bun x ts-node --esm .github/scripts/test-runner.ts ${{ github.event.inputs.path }} --isolated --timeout=${{ github.event.inputs.timeout }} |