File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
on :
4
4
push :
67
67
ssh [email protected] systemctl reload nsd
68
68
69
69
- 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
71
78
72
79
- name : cmdeploy dns
73
80
run : cmdeploy dns || cmdeploy dns || cmdeploy dns
You can’t perform that action at this time.
0 commit comments