mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Don't run linux integration tests on the unit matrix entry (#6339)
Signed-off-by: Sebastian Malton <sebastian@malton.name> Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
133c2fe022
commit
ce476b4610
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
||||
|
||||
- run: xvfb-run --auto-servernum --server-args='-screen 0, 1600x900x24' make integration
|
||||
name: Run Linux integration tests
|
||||
if: runner.os == 'Linux'
|
||||
if: ${{ runner.os == 'Linux' && matrix.type == 'smoke' }}
|
||||
|
||||
- run: make integration
|
||||
name: Run macOS integration tests
|
||||
|
||||
Loading…
Reference in New Issue
Block a user