mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-21 00:08:46 +00:00
ci: add timeouts for legacy.yml
This commit is contained in:
parent
fb98a02be6
commit
1a45adfb4a
6
.github/workflows/legacy.yml
vendored
6
.github/workflows/legacy.yml
vendored
@ -4,10 +4,10 @@ on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '35 22 * * *' # every day @ 22:35
|
||||
- cron: "35 22 * * *" # every day @ 22:35
|
||||
push:
|
||||
branches:
|
||||
- 'release/**'
|
||||
- "release/**"
|
||||
|
||||
# cancel any previous runs on the same PR
|
||||
concurrency:
|
||||
@ -167,7 +167,7 @@ jobs:
|
||||
- run: chmod +x legacy/firmware/*.elf
|
||||
- uses: ./.github/actions/environment
|
||||
- run: nix-shell --run "tests/download_emulators.sh"
|
||||
- run: nix-shell --run "poetry run pytest tests/upgrade_tests"
|
||||
- run: nix-shell --run "poetry run pytest --timeout 120 tests/upgrade_tests"
|
||||
|
||||
legacy_hwi_test:
|
||||
name: HWI test
|
||||
|
Loading…
Reference in New Issue
Block a user