1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00
mailinabox/.github/workflows/commit-tests.yml
2022-06-29 12:57:13 -04:00

18 lines
606 B
YAML

name: commit-tests
on: [push, workflow_dispatch]
jobs:
# MiaB-LDAP using encryption-at-rest and connected to a remote Nextcloud
remote-nextcloud-docker-ehdd:
runs-on: ubuntu-22.04
env:
PRIMARY_HOSTNAME: box1.abc.com
EHDD_KEYFILE: /tmp/keyfile
steps:
- uses: actions/checkout@v2
- name: create ehdd keyfile
run: sudo -E echo -n "secret" >/tmp/keyfile
- name: setup
run: sudo -E tests/system-setup/remote-nextcloud-docker.sh
- name: test-runner
run: sudo -E tests/runner.sh -dumpoutput -no-smtp-remote ehdd default remote-nextcloud