mirror of
https://gitlab.com/KKlochko/tui-rsync.git
synced 2026-09-08 22:47:45 +00:00
Update the CI/CD configuration.
Add the test step.
This commit is contained in:
@@ -3,6 +3,12 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: python:3.10-alpine
|
||||||
|
commands:
|
||||||
|
- pip install -r requirements_dev.txt --cache-dir=/package_cache
|
||||||
|
- behave --stop
|
||||||
|
|
||||||
- name: publishing
|
- name: publishing
|
||||||
image: python:3.10-alpine
|
image: python:3.10-alpine
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user