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