mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-22 06:00:46 +00:00
chore(CI): cleanup
This commit is contained in:
@@ -27,13 +27,3 @@ jobs:
|
|||||||
|
|
||||||
- name: Try bun
|
- name: Try bun
|
||||||
run: bun --version
|
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
|
|
||||||
Reference in New Issue
Block a user