diff options
author | 2023-04-28 17:10:24 -0700 | |
---|---|---|
committer | 2023-04-28 17:10:24 -0700 | |
commit | bc43d33be95ac681bf07cf35da31004a066c14e5 (patch) | |
tree | 3844f0edc365e2a8969f21256e060335a9ed9e70 | |
parent | 73d499ed22a5f913c7fb0f5a98cfed0814c0f967 (diff) | |
download | bun-bc43d33be95ac681bf07cf35da31004a066c14e5.tar.gz bun-bc43d33be95ac681bf07cf35da31004a066c14e5.tar.zst bun-bc43d33be95ac681bf07cf35da31004a066c14e5.zip |
move this
-rw-r--r-- | .github/scripts/get-revision.js (renamed from scripts/get-revision.js) | 0 | ||||
-rw-r--r-- | .github/scripts/package.json (renamed from scripts/package.json) | 0 | ||||
-rw-r--r-- | .github/scripts/test-runner.ts (renamed from scripts/bun-test.ts) | 0 | ||||
-rw-r--r-- | .github/workflows/bun-test.yml | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-revision.js b/.github/scripts/get-revision.js index 09905e5bf..09905e5bf 100644 --- a/scripts/get-revision.js +++ b/.github/scripts/get-revision.js diff --git a/scripts/package.json b/.github/scripts/package.json index 3dbc1ca59..3dbc1ca59 100644 --- a/scripts/package.json +++ b/.github/scripts/package.json diff --git a/scripts/bun-test.ts b/.github/scripts/test-runner.ts index 1aaef2b31..1aaef2b31 100644 --- a/scripts/bun-test.ts +++ b/.github/scripts/test-runner.ts diff --git a/.github/workflows/bun-test.yml b/.github/workflows/bun-test.yml index ccedef820..9ada86c03 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 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 }} |