mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
Create github actions workflow for goss (#305)
This commit is contained in:
parent
499740b9db
commit
d17f26e67d
17
.github/workflows/goss.yml
vendored
Normal file
17
.github/workflows/goss.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user