mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 12:28:06 +00:00
ci: test cmdeploy dns only once
It should be reliable.
This commit is contained in:
@@ -93,6 +93,6 @@ jobs:
|
|||||||
- name: cmdeploy test
|
- name: cmdeploy test
|
||||||
run: CHATMAIL_DOMAIN2=nine.testrun.org cmdeploy test --slow
|
run: CHATMAIL_DOMAIN2=nine.testrun.org cmdeploy test --slow
|
||||||
|
|
||||||
- name: cmdeploy dns (try 3 times)
|
- name: cmdeploy dns
|
||||||
run: cmdeploy dns || cmdeploy dns || cmdeploy dns
|
run: cmdeploy dns -v
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/test-and-deploy.yaml
vendored
4
.github/workflows/test-and-deploy.yaml
vendored
@@ -91,6 +91,6 @@ jobs:
|
|||||||
- name: cmdeploy test
|
- name: cmdeploy test
|
||||||
run: CHATMAIL_DOMAIN2=nine.testrun.org cmdeploy test --slow
|
run: CHATMAIL_DOMAIN2=nine.testrun.org cmdeploy test --slow
|
||||||
|
|
||||||
- name: cmdeploy dns (try 3 times)
|
- name: cmdeploy dns
|
||||||
run: cmdeploy dns -v || cmdeploy dns -v || cmdeploy dns -v
|
run: cmdeploy dns -v
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user