1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Only run unit tests on linux for PRs

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-01 10:15:10 -05:00
parent 3433bc6fe0
commit e092eff490

View File

@ -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