aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-04-28 17:12:01 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-04-28 17:12:01 -0700
commite3a0c4e06d4fb4f0c4d03f85bae45266415d4204 (patch)
tree310f24d493675d2d1c101fa7c4e742fb813b5313
parentbc43d33be95ac681bf07cf35da31004a066c14e5 (diff)
downloadbun-e3a0c4e06d4fb4f0c4d03f85bae45266415d4204.tar.gz
bun-e3a0c4e06d4fb4f0c4d03f85bae45266415d4204.tar.zst
bun-e3a0c4e06d4fb4f0c4d03f85bae45266415d4204.zip
Update bun-test.yml
-rw-r--r--.github/workflows/bun-test.yml2
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 }}