mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 12:38:24 +02:00
ci: shell
This commit is contained in:
parent
90cf21e375
commit
fd8520fed1
1 changed files with 6 additions and 4 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
@ -183,10 +183,10 @@ jobs:
|
||||||
- windows-latest
|
- windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: 📥 Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Bun
|
- name: 🛠️ Setup Bun
|
||||||
uses: ./
|
uses: ./
|
||||||
id: setup_bun
|
id: setup_bun
|
||||||
with:
|
with:
|
||||||
|
@ -194,7 +194,8 @@ jobs:
|
||||||
https://registry.npmjs.org
|
https://registry.npmjs.org
|
||||||
@types:https://registry.yarnpkg.com
|
@types:https://registry.yarnpkg.com
|
||||||
|
|
||||||
- name: Install from default registry
|
- name: ▶️ Install from default registry
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
output=$(bun add is-odd --verbose --force 2>&1)
|
output=$(bun add is-odd --verbose --force 2>&1)
|
||||||
|
|
||||||
|
@ -205,7 +206,8 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Install from @types registry
|
- name: ▶️ Install from @types registry
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
output=$(bun add @types/bun --verbose --force 2>&1)
|
output=$(bun add @types/bun --verbose --force 2>&1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue