ci: test cmdeploy dns only once

It should be reliable.
This commit is contained in:
link2xt
2024-10-15 23:08:43 +00:00
committed by holger krekel
parent 20fa5d9656
commit 737ab54bf2
2 changed files with 4 additions and 4 deletions

View File

@@ -93,6 +93,6 @@ jobs:
- name: cmdeploy test
run: CHATMAIL_DOMAIN2=nine.testrun.org cmdeploy test --slow
- name: cmdeploy dns (try 3 times)
run: cmdeploy dns || cmdeploy dns || cmdeploy dns
- name: cmdeploy dns
run: cmdeploy dns -v

View File

@@ -91,6 +91,6 @@ jobs:
- name: cmdeploy test
run: CHATMAIL_DOMAIN2=nine.testrun.org cmdeploy test --slow
- name: cmdeploy dns (try 3 times)
run: cmdeploy dns -v || cmdeploy dns -v || cmdeploy dns -v
- name: cmdeploy dns
run: cmdeploy dns -v