Commit a85e45b 1 parent ac6e283 commit a85e45b Copy full SHA for a85e45b
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167
167
all-models-api :
168
168
needs : [build, set-matrix]
169
169
name : all-models-api ${{ matrix.key }}
170
- if : (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.repository == 'trezor/trezor-suite'
170
+ # if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.repository == 'trezor/trezor-suite'
171
171
uses : ./.github/workflows/template-connect-test-params.yml
172
172
with :
173
173
testPattern : ${{ matrix.groups.pattern }}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const firmwareModel = process.env.TESTS_FIRMWARE_MODEL;
18
18
const getEmulatorOptions = ( availableFirmwares : Firmwares ) => {
19
19
const getLatestFirmware = ( model : keyof Firmwares ) =>
20
20
availableFirmwares [ model ] . find ( fw => ! fw . replace ( '-arm' , '' ) . includes ( '-' ) ) ;
21
-
21
+ console . log ( 'availableFirmwares' , availableFirmwares ) ;
22
22
const model =
23
23
firmwareModel && Object . keys ( availableFirmwares ) . includes ( firmwareModel )
24
24
? ( firmwareModel as Model )
You can’t perform that action at this time.
0 commit comments