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

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-10-05 16:31:20 -04:00
parent 133c2fe022
commit 62ea1d4ee2

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