mirror of
https://github.com/trezor/trezor-wallet
synced 2025-07-31 02:48:47 +00:00
Add task for integration tests
This commit is contained in:
parent
07c9bdb595
commit
578b284b24
@ -9,6 +9,7 @@ stages:
|
|||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
- integration tests
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: test
|
stage: test
|
||||||
@ -138,3 +139,9 @@ delete review:
|
|||||||
- branches
|
- branches
|
||||||
tags:
|
tags:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
integration tests:
|
||||||
|
stage: integration tests
|
||||||
|
script:
|
||||||
|
- yarn install
|
||||||
|
- yarn run test-integration -- --url="${DEPLOY_BASE_DIR}/${CI_BUILD_REF_NAME}"
|
Loading…
Reference in New Issue
Block a user