From d321f01d20f3f1b71bcbc50011697724e517c712 Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 10 Mar 2026 13:46:19 +0100 Subject: [PATCH] cmdeploy offline tests already run in ci.yml --- .github/workflows/test-and-deploy.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 01943de9..7e646265 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -25,9 +25,6 @@ jobs: echo "${{ secrets.STAGING_SSH_KEY }}" >> ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519 - - name: run deploy-chatmail offline tests - run: pytest --pyargs cmdeploy - - run: | cmdeploy init ${{ secrets.STAGING_SSH_KEY }} sed -i 's/#\s*mtail_address/mtail_address/' chatmail.ini