We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65413ac commit 003b8b4Copy full SHA for 003b8b4
.github/workflows/build-test.yaml
@@ -76,7 +76,16 @@ jobs:
76
77
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
78
79
- - name: "Test Python project"
+ - 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]"
89
# yamllint disable-line rule:line-length
90
uses: modeseven-lfreleng-actions/test-python-test-action@main # Testing
91
with:
0 commit comments