fix cmdeploy test command

This commit is contained in:
holger krekel
2023-12-11 14:05:07 +01:00
parent d70eb78a76
commit cdbda291c5
3 changed files with 22 additions and 14 deletions

View File

@@ -24,15 +24,18 @@ jobs:
- name: initenv
run: scripts/initenv.sh
- name: append venv/bin to PATH
run: echo venv/bin >>$GITHUB_PATH
- name: run formatting checks
run: venv/bin/cmdeploy fmt -v
run: cmdeploy fmt -v
- name: run deploy-chatmail offline tests
working-directory: deploy-chatmail
run: venv/bin/pytest tests
run: pytest tests
- name: initialize with chatmail domain
run: venv/bin/cmdeploy init chat.example.org
run: cmdeploy init chat.example.org
# all other cmdeploy commands require a staging server
# see https://github.com/deltachat/chatmail/issues/100