Skip to content

Commit

Permalink
ci(connect): [wip] add node-bridge to nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Dec 3, 2024
1 parent ccbdd45 commit 4b2c1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Set all transports matrix
id: set-matrix-all-transports
run: echo "allTransportsMatrix=$(node ./scripts/ci/connect-test-matrix-generator.js --model=T2T1 --firmware=2-latest --env=node --groups=api --cache_tx=true --transport=2.0.32,2.0.33)" >> $GITHUB_OUTPUT
run: echo "allTransportsMatrix=$(node ./scripts/ci/connect-test-matrix-generator.js --model=T2T1 --firmware=2-latest --env=node --groups=api --cache_tx=true --transport=all)" >> $GITHUB_OUTPUT

PR-check:
needs: [build, set-matrix]
Expand Down

0 comments on commit 4b2c1bc

Please sign in to comment.