1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00

Initial commit

This commit is contained in:
downtownallday 2021-08-23 11:40:22 -04:00
parent b6fd371615
commit 7fd1f0ae31

17
.github/workflows/run-tests.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: commit-tests
on: [push]
jobs:
# MiaB-LDAP connected to a remote Nextcloud
remote-nextcloud-docker:
runs-on: ubuntu-18.04
container:
env:
- PRIMARY_HOSTNAME: box1.abc.com
- FEATURE_MUNIN: false
steps:
- uses: actions/checkout@v2
- name: setup
run: tests/system-setup/remote-nextcloud-docker.sh upgrade basic
- name: test-runner
run: tests/runner.sh -dumpoutput -no-smtp-remote default remote-nextcloud upgrade-basic