mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-04-04 10:40:40 +08:00
chore(CI): update test
This commit is contained in:
parent
62d40e4bee
commit
627e67fd7b
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Bun - Test Builds * ${{ matrix.misc-test-builds }}
|
||||
if: matrix.os !== 'macos-latest' && matrix.misc-test-builds !== true
|
||||
uses: ./
|
||||
with:
|
||||
bun-version: ${{ matrix.bun-version }}
|
||||
@ -29,6 +30,6 @@ jobs:
|
||||
misc-test-builds: ${{ matrix.misc-test-builds }}
|
||||
|
||||
- name: Try bun
|
||||
if: matrix.os !== 'macos-latest' && matrix.misc-test-builds !== true
|
||||
run: |
|
||||
bun --version
|
||||
exit 0
|
||||
bun --version
|
Loading…
x
Reference in New Issue
Block a user