Skip to content

Commit 003b8b4

Browse files
Chore: Fix tests (#814)
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
1 parent 65413ac commit 003b8b4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/build-test.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,16 @@ jobs:
7676

7777
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7878

79-
- name: "Test Python project"
79+
- name: "Test Python project [TOX]"
80+
# yamllint disable-line rule:line-length
81+
uses: modeseven-lfreleng-actions/test-python-test-action@main # Testing
82+
with:
83+
python_version: ${{ matrix.python-version }}
84+
report_artefact: true
85+
tox_tests: true
86+
tox_envs: "tests"
87+
88+
- name: "Test Python project [PYTEST]"
8089
# yamllint disable-line rule:line-length
8190
uses: modeseven-lfreleng-actions/test-python-test-action@main # Testing
8291
with:

0 commit comments

Comments
 (0)