tests: testing cmdeploy init only makes sense with a staging server as well now

This commit is contained in:
missytake
2023-12-20 15:09:58 +01:00
parent 40a3a2cc86
commit 32238e99ab

View File

@@ -33,8 +33,5 @@ jobs:
- name: run deploy-chatmail offline tests
run: pytest --pyargs cmdeploy
- name: initialize with chatmail domain
run: cmdeploy init chat.example.org
# all other cmdeploy commands require a staging server
# see https://github.com/deltachat/chatmail/issues/100