mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-09 09:38:46 +00:00
fix(ci): make upgrade test artifact names distinct between protocols
This commit is contained in:
parent
e984414346
commit
dd52c5eab8
2
.github/workflows/core.yml
vendored
2
.github/workflows/core.yml
vendored
@ -460,7 +460,7 @@ jobs:
|
|||||||
- run: nix-shell --run "poetry run pytest tests/upgrade_tests"
|
- run: nix-shell --run "poetry run pytest tests/upgrade_tests"
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: core-test-upgrade-${{ matrix.model }}-${{ matrix.asan }}
|
name: core-test-upgrade-${{ matrix.model }}-${{ matrix.asan }}-protocol_${{matrix.protocol}}
|
||||||
path: |
|
path: |
|
||||||
tests/trezor*.log
|
tests/trezor*.log
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
Loading…
Reference in New Issue
Block a user