mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-07-08 07:06:33 +00:00
18 lines
268 B
YAML
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
|