Skip to content

Commit c2145ba

Browse files
committed
CI: debug 2 weird tests
1 parent a2ef3e6 commit c2145ba

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/test-and-deploy.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: deploy on staging.testrun.org, and if that works, on nine.testrun.org
1+
name: deploy on staging.testrun.org and run tests
22

33
on:
44
push:
@@ -67,7 +67,14 @@ jobs:
6767
ssh [email protected] systemctl reload nsd
6868
6969
- name: cmdeploy test
70-
run: CHATMAIL_DOMAIN2=nine.testrun.org cmdeploy test
70+
run: |
71+
./venv/bin/python3 -m pip install deltachat
72+
CHATMAIL_DOMAIN2=nine.testrun.org ./venv/bin/pytest cmdeploy/src/cmdeploy/tests/online/test_2_deltachat.py --slow -n4 -rs -x -vrx --durations=5
73+
CHATMAIL_DOMAIN2=nine.testrun.org ./venv/bin/pytest cmdeploy/src/cmdeploy/tests/online/test_1_basic.py --slow -n4 -rs -x -vrx --durations=5
74+
CHATMAIL_DOMAIN2=nine.testrun.org ./venv/bin/pytest cmdeploy/src/cmdeploy/tests/online/test_0_login.py --slow -n4 -rs -x -vrx --durations=5
75+
CHATMAIL_DOMAIN2=nine.testrun.org ./venv/bin/pytest cmdeploy/src/cmdeploy/tests/online/test_0_qr.py --slow -n4 -rs -x -vrx --durations=5
76+
CHATMAIL_DOMAIN2=nine.testrun.org ./venv/bin/pytest cmdeploy/src/cmdeploy/tests/test_cmdeploy.py --slow -n4 -rs -x -vrx --durations=5
77+
CHATMAIL_DOMAIN2=nine.testrun.org ./venv/bin/pytest cmdeploy/src/cmdeploy/tests/test_helpers.py --slow -n4 -rs -x -vrx --durations=5
7178
7279
- name: cmdeploy dns
7380
run: cmdeploy dns || cmdeploy dns || cmdeploy dns

0 commit comments

Comments
 (0)