mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 10:40:10 +08:00
chore(workflows): update test
This commit is contained in:
parent
640630d09e
commit
bfac95679f
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -30,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
|
if: (matrix.os != 'macos-latest' && matrix.misc-test-builds != true) || (matrix.os == 'ubuntu-latest' && matrix.misc-test-builds == true)
|
||||||
run: |
|
run: |
|
||||||
bun --version
|
bun --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user