diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 47567ac44b..4f43c1a343 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: - run: npm run test:unit name: Run tests - if: ${{ matrix.type == 'unit' }} + if: ${{ runner.os == 'Linux' && matrix.type == 'unit' }} - name: Install integration test dependencies id: minikube