1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Reorder pipeline steps

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-11-13 14:28:46 +02:00
parent 305843b084
commit 6480deff63

View File

@ -84,6 +84,8 @@ jobs:
displayName: Build bundled extensions displayName: Build bundled extensions
- script: make test - script: make test
displayName: Run tests displayName: Run tests
- script: make test-extensions
displayName: Run In-tree Extension tests
- script: make integration-mac - script: make integration-mac
displayName: Run integration tests displayName: Run integration tests
- script: make test-extensions - script: make test-extensions
@ -122,8 +124,6 @@ jobs:
displayName: Cache Yarn packages displayName: Cache Yarn packages
- script: make install-deps - script: make install-deps
displayName: Install dependencies displayName: Install dependencies
- script: make test-extensions
displayName: Run In-tree Extension tests
- script: make lint - script: make lint
displayName: Lint displayName: Lint
- script: make build-npm - script: make build-npm
@ -132,6 +132,8 @@ jobs:
displayName: Build bundled extensions displayName: Build bundled extensions
- script: make test - script: make test
displayName: Run tests displayName: Run tests
- script: make test-extensions
displayName: Run In-tree Extension tests
- bash: | - bash: |
sudo apt-get update sudo apt-get update
sudo apt-get install libgconf-2-4 conntrack -y sudo apt-get install libgconf-2-4 conntrack -y