From bfac95679f9372fa0fb6d0bd0cb9eb0574b2dd2e Mon Sep 17 00:00:00 2001 From: xHyroM Date: Sat, 16 Jul 2022 18:50:53 +0200 Subject: [PATCH] chore(workflows): update test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5cbc282..111dc0b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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