add test and add test step to pipeline

This commit is contained in:
2023-12-04 22:27:01 +01:00
parent d039b549d1
commit 6793ecf3f6
7 changed files with 4551 additions and 25 deletions

View File

@@ -12,8 +12,17 @@ steps:
- name: pull
commands:
- cd /home/marco/containers/data/sensor-web-v2
- git reset --hard origin/master
- git pull origin master
- git fetch
- git reset --hard origin/master
- name: build
commands:
- make build
- name: test
commands:
- make test
- name: deploy
commands:
- cd /home/marco/containers