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:
parent
53c43ac305
commit
742b23e382
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user