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:
parent
3433bc6fe0
commit
e092eff490
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
|
|
||||||
- run: npm run test:unit
|
- run: npm run test:unit
|
||||||
name: Run tests
|
name: Run tests
|
||||||
if: ${{ matrix.type == 'unit' }}
|
if: ${{ runner.os == 'Linux' && matrix.type == 'unit' }}
|
||||||
|
|
||||||
- name: Install integration test dependencies
|
- name: Install integration test dependencies
|
||||||
id: minikube
|
id: minikube
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user