Update the CI/CD configuration.

Add the test step.
This commit is contained in:
2023-11-05 12:30:23 +02:00
parent 5758ff277c
commit 9c88462bc0
+6
View File
@@ -3,6 +3,12 @@ type: docker
name: default
steps:
- name: test
image: python:3.10-alpine
commands:
- pip install -r requirements_dev.txt --cache-dir=/package_cache
- behave --stop
- name: publishing
image: python:3.10-alpine
environment: