mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
chore(workflows): update test
This commit is contained in:
parent
640630d09e
commit
bfac95679f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -30,6 +30,6 @@ jobs:
|
|||
misc-test-builds: ${{ matrix.misc-test-builds }}
|
||||
|
||||
- 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: |
|
||||
bun --version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue