mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 01:24:36 +00:00
docker/ci: fix offline tests env
This commit is contained in:
2
.github/workflows/docker-ci.yaml
vendored
2
.github/workflows/docker-ci.yaml
vendored
@@ -234,7 +234,7 @@ jobs:
|
||||
run: ssh root@${{ matrix.host }} 'curl -s https://github.com/hpk42.keys https://github.com/j4n.keys >> .ssh/authorized_keys'
|
||||
|
||||
- name: run deploy-chatmail offline tests
|
||||
run: pytest --pyargs cmdeploy
|
||||
run: CHATMAIL_DOCKER=chatmail pytest --pyargs cmdeploy
|
||||
|
||||
- name: set DNS entries
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user