Skip to content

Commit

Permalink
chore(gitlab): remove mv2 example test migrated to github
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Apr 22, 2024
1 parent 5821262 commit 163ea91
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,31 +133,3 @@ connect-web:
extends: .e2e connect-web
only:
<<: *run_everything_rules

.connect-web mv2:
stage: integration testing
variables:
COMPOSE_PROJECT_NAME: $CI_JOB_ID
COMPOSE_FILE: ./docker/docker-compose.connect-webextension-test.yml
URL: ${DEV_SERVER_URL}/connect/${CI_COMMIT_REF_NAME}/
script:
- yarn install --immutable
- node ./packages/connect-examples/update-webextensions.js --trezor-connect-src "${URL}" --npm-src "${URL}/trezor-connect.js"
- docker-compose pull
- docker-compose up -d trezor-user-env-unix
- docker-compose run test-run
after_script:
- docker-compose down
- docker network prune -f

connect-web mv2:
extends: .connect-web mv2
only:
<<: *run_everything_rules
when: always

connect-web mv2 manual:
extends: .connect-web mv2
except:
<<: *run_everything_rules
when: manual

0 comments on commit 163ea91

Please sign in to comment.