diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c47c36..c435b6e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,5 +50,5 @@ jobs: xvfb-run --auto-servernum npm run test-ci - name: Run Unit Tests - MacOS - if: macos-14 + if: matrix.os == 'macos-14' run: npm run test-ci