1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-07-08 07:06:33 +00:00
2019-12-11 08:38:16 +01:00

18 lines
268 B
YAML

name: Weekly Goss check
on:
schedule:
- cron: "0 2 * * 1"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: create .env
run: ./tests/test.exp
- name: Run goss tests
run: make test-goss