mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Build extensions before integration tests
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
94ed3726e4
commit
da12885c8b
6
Makefile
6
Makefile
@ -33,15 +33,15 @@ lint:
|
||||
test: download-bins
|
||||
yarn test
|
||||
|
||||
integration-linux:
|
||||
integration-linux: build-extensions
|
||||
yarn build:linux
|
||||
yarn integration
|
||||
|
||||
integration-mac:
|
||||
integration-mac: build-extensions
|
||||
yarn build:mac
|
||||
yarn integration
|
||||
|
||||
integration-win:
|
||||
integration-win: build-extensions
|
||||
yarn build:win
|
||||
yarn integration
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user