From 33352f4694c52d357c4b79624e876ce325ec432d Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sun, 10 Dec 2023 18:28:40 +0100 Subject: [PATCH] try to fix workflow --- .github/workflows/ci.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9fbc75f5..d998814e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,5 +32,8 @@ jobs: - name: install packages into venv run: venv/bin/pip install chatmaild deploy_chatmail - - name: run tests - - run: venv/bin/cmdeploy test + - name: initialize + run: venv/bin/cmdeploy init chat.example.org + + - name: initialize a testrun domain + run: venv/bin/cmdeploy init c4.testrun.org