move this

This commit is contained in:
Jarred Sumner
2023-04-28 17:10:24 -07:00
parent 73d499ed22
commit bc43d33be9
4 changed files with 1 additions and 1 deletions

View File

@@ -55,4 +55,4 @@ jobs:
run: |
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 }}
bun x ts-node --esm .github/test-runner.ts ${{ github.event.inputs.path }} --isolated --timeout=${{ github.event.inputs.timeout }}