Skip to content

Commit 8a122f1

Browse files
committed
ci(connect): run all models tests with fw-main
1 parent f25cee0 commit 8a122f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-connect.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Set other devices matrix
9191
id: set-matrix-other-devices
92-
run: echo "otherDevicesMatrix=$(node ./scripts/ci/connect-test-matrix-generator.js --model=all --firmware=2-latest --env=node --groups=api --cache_tx=true --transport=Bridge)" >> $GITHUB_OUTPUT
92+
run: echo "otherDevicesMatrix=$(node ./scripts/ci/connect-test-matrix-generator.js --model=all --firmware=2-main --env=node --groups=api --cache_tx=true --transport=Bridge)" >> $GITHUB_OUTPUT
9393

9494
PR-check:
9595
needs: [build, set-matrix]
@@ -173,7 +173,7 @@ jobs:
173173
testPattern: ${{ matrix.groups.pattern }}
174174
includeFilter: ${{ matrix.groups.includeFilter }}
175175
testsFirmware: ${{ matrix.firmware }}
176-
testDescription: ${{ matrix.model }}
176+
testDescription: ${{ matrix.model }}-${{ matrix.firmware }}
177177
cache_tx: ${{ matrix.cache_tx }}
178178
transport: ${{ matrix.transport }}
179179
testEnv: ${{ matrix.env }}

0 commit comments

Comments
 (0)