File tree Expand file tree Collapse file tree 3 files changed +13
-205
lines changed
Expand file tree Collapse file tree 3 files changed +13
-205
lines changed Original file line number Diff line number Diff line change 99 name : isolated chatmaild tests
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 # Checkout pull request HEAD commit instead of merge commit
1414 # Otherwise `test_deployed_state` will be unhappy.
1515 with :
2424 name : deploy-chatmail tests
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828
2929 - name : initenv
3030 run : scripts/initenv.sh
3838 - name : run deploy-chatmail offline tests
3939 run : pytest --pyargs cmdeploy
4040
41- # all other cmdeploy commands require a staging server
42- # see https://github.com/deltachat/chatmail/issues/100
41+ lxc-test :
42+ name : LXC deploy and test
43+ uses : chatmail/cmlxc/.github/workflows/lxc-test.yml@main
44+ with :
45+ cmlxc_commands : |
46+ cmlxc init --cmdeploy ./repo
47+ cmlxc deploy-cmdeploy -vv cm0 cm1
48+ cmlxc test-mini cm0 cm1
49+ cmlxc test-cmdeploy -vv cm0 cm1
50+ cmlxc deploy-cmdeploy -vv cm2 --ipv4-only
51+ cmlxc test-cmdeploy -vv cm0 cm2
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments