From 627e67fd7b9c5927004a1be10a12c77eeaf4c812 Mon Sep 17 00:00:00 2001 From: xHyroM Date: Wed, 13 Jul 2022 07:04:23 +0200 Subject: [PATCH] chore(CI): update test --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c6afa2..d28136e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file + bun --version \ No newline at end of file