mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
chore: remove debugging, build
This commit is contained in:
parent
9bbc376c40
commit
bf0dbd9f81
3 changed files with 11 additions and 9 deletions
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
|
@ -26,4 +26,14 @@ jobs:
|
|||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Try bun
|
||||
run: bun add types
|
||||
run: bun add types
|
||||
|
||||
test-mac:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Bun
|
||||
run: curl https://bun.sh/install | bash
|
||||
|
||||
- name: Try bun
|
||||
run: bun
|
Loading…
Add table
Add a link
Reference in a new issue