Skip to content

Commit ec1cfa1

Browse files
authored
chore(ci): include matrix.with-ot-hardware in test name to tell tests apart (#18745)
# Overview Some time ago, we added `with-ot-hardware: ['true', 'false']` to the test matrix for the `opentrons package tests`, but we didn't update the test name with the new variable. This makes it look like the same test is running twice in CI, which is confusing. This change just adds the `with-ot-hardware` to the test name. ## Test Plan and Hands on Testing Run the CI tests and see. ## Risk assessment Low, cosmetic change for Github display.
1 parent 2943b8f commit ec1cfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api-test-lint-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Lint with opentrons_hardware
6868
run: make -C api lint
6969
test:
70-
name: 'opentrons package tests on ${{ matrix.os }}, python ${{ matrix.python }}'
70+
name: 'opentrons package tests on ${{ matrix.os }}, python ${{ matrix.python }}, ot-hardware ${{ matrix.with-ot-hardware }}'
7171
timeout-minutes: 30
7272
needs: [lint]
7373
strategy:

0 commit comments

Comments
 (0)