mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 02:30:26 +08:00
chore(CI): cleanup
This commit is contained in:
parent
f4ba16032c
commit
b66dd1b4a1
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -26,14 +26,4 @@ jobs:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Try bun
|
||||
run: bun --version
|
||||
|
||||
test-mac:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Bun
|
||||
run: curl -fsSL https://bun.sh/install | bash; echo "${HOME}/.bun/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Try bun
|
||||
run: /Users/runner/.bun/bin/bun add types
|
||||
run: bun --version
|
Loading…
x
Reference in New Issue
Block a user