mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix integration test running on Linux unit test matrix
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
6e20368cb5
commit
ffccb7716b
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -74,7 +74,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