This commit is contained in:
holger krekel
2023-12-09 17:45:26 +01:00
parent 00a203c9aa
commit d3ca037ebf
11 changed files with 66 additions and 79 deletions

View File

@@ -25,7 +25,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run init.sh
run: ./scripts/init.sh
- name: run test.sh
run: ./scripts/test.sh
- name: create venv
run: python3 -m venv
- name: install packages into venv
run: venv/bin/pip install chatmaild deploy_chatmail
- name: run tests
- run: venv/bin/cmdeploy test