Skip to content

Commit cf90705

Browse files
chore(nox): fix typo
1 parent ffcd3e5 commit cf90705

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
LICENSES_JSON_PATH = "reports/licenses.json"
1818
SBOM_CYCLONEDX_PATH = "reports/sbom.json"
1919
SBOM_SPDX_PATH = "reports/sbom.spdx"
20-
JUNIT_XML = "reports/junit.xml"
20+
JUNIT_XML = "--junitxml=reports/junit.xml"
2121
CLI_MODULE = "cli"
2222
API_VERSIONS = []
2323

0 commit comments

Comments
 (0)