1
0
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:
Sebastian Malton 2022-10-05 16:32:10 -04:00 committed by GitHub
parent 133c2fe022
commit ce476b4610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ jobs:
- run: xvfb-run --auto-servernum --server-args='-screen 0, 1600x900x24' make integration - run: xvfb-run --auto-servernum --server-args='-screen 0, 1600x900x24' make integration
name: Run Linux integration tests name: Run Linux integration tests
if: runner.os == 'Linux' if: ${{ runner.os == 'Linux' && matrix.type == 'smoke' }}
- run: make integration - run: make integration
name: Run macOS integration tests name: Run macOS integration tests