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