From 32238e99abe716ed87e89bc01aaa635bce105959 Mon Sep 17 00:00:00 2001 From: missytake Date: Wed, 20 Dec 2023 15:09:58 +0100 Subject: [PATCH] tests: testing cmdeploy init only makes sense with a staging server as well now --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 921b2f2f..68e6dfaf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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