1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-20 12:52:59 +00:00

Create github actions workflow for goss (#305)

This commit is contained in:
Felix Bartels
2019-12-11 08:38:16 +01:00
committed by GitHub
parent 499740b9db
commit d17f26e67d
2 changed files with 27 additions and 10 deletions
+17
View File
@@ -0,0 +1,17 @@
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