1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

ci/fido2: check if another emu is not running

This commit is contained in:
Tomas Susanka 2020-05-06 13:04:47 +00:00
parent 53c43ac305
commit 742b23e382

View File

@ -120,7 +120,10 @@ core fido2 test:
TREZOR_PROFILING: 1
script:
- cd core
- apt-get -y install procps
- pgrep micropython || true
- pipenv run make test_emu_fido2
- pgrep micropython || true
- mv ./src/.coverage .coverage.test_emu_fido2
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"