Skip to content

Commit

Permalink
Test just tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Oct 29, 2024
1 parent 2d350a6 commit 883859e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"test:linux-aarch64-amazonlinux-2023": "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -t \"$(bun fetch:image-name):linux-aarch64-amazonlinux-2023-v$(bun fetch:script-version)\" /bin/sh -c 'mkdir /workspace && cd /workspace && git clone https://github.com/oven-sh/bun bun && cd bun && bun upgrade --canary && node scripts/runner.node.mjs'",
"test:linux-aarch64-amazonlinux-2": "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -t \"$(bun fetch:image-name):linux-aarch64-amazonlinux-2-v$(bun fetch:script-version)\" /bin/sh -c 'mkdir /workspace && cd /workspace && bun --revision && bun upgrade --canary || ls /tmp/ && git clone https://github.com/oven-sh/bun bun && cd bun && bun upgrade --canary && node scripts/runner.node.mjs'",
"test:linux-x64-debian-12": "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -t \"$(bun fetch:image-name):linux-x64-debian-12-v$(bun fetch:script-version)\" /bin/sh -c 'mkdir /workspace && cd /workspace && git clone https://github.com/oven-sh/bun bun && cd bun && bun upgrade --canary && node scripts/runner.node.mjs'",
"test:linux-x64-debian-11": "docker run --rm -e CI=$CI -e GITHUB_ACTION=$GITHUB_ACTION -e GITHUB_OUTPUT=/github/output -v ${GITHUB_OUTPUT:-/dev/null}:/github/output -e GITHUB_STEP_SUMMARY=/github/step-summary -v ${GITHUB_STEP_SUMMARY:-/dev/null}:/github/step-summary -v /var/run/docker.sock:/var/run/docker.sock -t \"$(bun fetch:image-name):linux-x64-debian-11-v$(bun fetch:script-version)\" /bin/sh -c 'mkdir /workspace && cd /workspace && git clone https://github.com/oven-sh/bun bun && cd bun && bun run build:ci && node scripts/runner.node.mjs --exec-path ./build/release-ci/bun'",
"test:linux-x64-debian-11": "docker run --rm -e CI=$CI -e GITHUB_ACTION=$GITHUB_ACTION -e GITHUB_OUTPUT=/github/output -v ${GITHUB_OUTPUT:-/dev/null}:/github/output -e GITHUB_STEP_SUMMARY=/github/step-summary -v ${GITHUB_STEP_SUMMARY:-/dev/null}:/github/step-summary -v /var/run/docker.sock:/var/run/docker.sock -t \"$(bun fetch:image-name):linux-x64-debian-11-v$(bun fetch:script-version)\" /bin/sh -c 'mkdir /workspace && cd /workspace && git clone https://github.com/oven-sh/bun bun && cd bun && bun upgrade --canary && node scripts/runner.node.mjs'",
"test:linux-x64-debian-10": "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -t \"$(bun fetch:image-name):linux-x64-debian-10-v$(bun fetch:script-version)\" /bin/sh -c 'mkdir /workspace && cd /workspace && git clone https://github.com/oven-sh/bun bun && cd bun && bun upgrade --canary && node scripts/runner.node.mjs'",
"test:linux-x64-ubuntu-2404": "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -t \"$(bun fetch:image-name):linux-x64-ubuntu-2404-v$(bun fetch:script-version)\" /bin/sh -c 'mkdir /workspace && cd /workspace && git clone https://github.com/oven-sh/bun bun && cd bun && bun upgrade --canary && node scripts/runner.node.mjs'",
"test:linux-x64-ubuntu-2204": "docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -t \"$(bun fetch:image-name):linux-x64-ubuntu-2204-v$(bun fetch:script-version)\" /bin/sh -c 'mkdir /workspace && cd /workspace && git clone https://github.com/oven-sh/bun bun && cd bun && bun upgrade --canary && node scripts/runner.node.mjs'",
Expand Down

0 comments on commit 883859e

Please sign in to comment.