Skip to content
Snippets Groups Projects
Commit 689f30cf authored by Florstedt, Julius's avatar Florstedt, Julius
Browse files

Merge branch '34-confidential-issue' into 'main'

Resolve "Artifacts pipeline, testing"

Closes #34

See merge request !35
parents d4f1280b 52fd78ae
No related branches found
No related tags found
1 merge request!35Resolve "Artifacts pipeline, testing"
Pipeline #1589160 passed
...@@ -41,6 +41,13 @@ unit-test: ...@@ -41,6 +41,13 @@ unit-test:
- env:docker - env:docker
script: script:
- pytest tests/ - pytest tests/
- pytest tests/ --update-tests=confirm
artifacts:
paths:
- tests_updated/
- tests/deserializer_matrix/new_deserializer2d.png
- tests/deserializer_matrix/new_deserializer3d.png
- doc/static/specification/new_schema.json
check-typing: check-typing:
tags: tags:
...@@ -48,9 +55,14 @@ check-typing: ...@@ -48,9 +55,14 @@ check-typing:
script: script:
- mypy --exclude venv . - mypy --exclude venv .
doc: doc:
script: script:
- make html - make html
artifacts:
paths:
- build/html/
build_and_upload: build_and_upload:
# stage: package # stage: package
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment