Skip to content
Snippets Groups Projects
Verified Commit 89eafcbc authored by Lars Bilke's avatar Lars Bilke
Browse files

test

parent c59452d5
No related branches found
No related tags found
No related merge requests found
Pipeline #187474 passed with warnings with stage
in 1 minute and 57 seconds
......@@ -21,9 +21,8 @@ py_tests:
parallel:
matrix:
- PROJECT_ROOT: "test/python-template"
EXIT_CODE: 0
- PROJECT_ROOT: "test/python-template"
EXIT_CODE: 1
EXIT_CODE: [0, 1]
PYTHON_VERSIONS: ["3.8", "3.9", "3.10", "3.11"]
allow_failure:
exit_codes: 1
......@@ -36,3 +35,4 @@ py_lint:
matrix:
- PROJECT_ROOT: "test/python-template"
EXIT_CODE: 0
PYTHON_VERSIONS: ["3.8", "3.9", "3.10", "3.11"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment