1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

retry github actions run for goss

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-12-16 08:01:42 +01:00
parent acdb5bed88
commit b36093d074

View File

@ -2,7 +2,7 @@ name: Weekly Goss check
on: on:
schedule: schedule:
- cron: "0 2 * * 1" - cron: "1 2 * * 1"
jobs: jobs:
build: build:
@ -11,6 +11,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: install expect
run: sudo apt-get update && sudo apt-get install -y expect
- name: create .env - name: create .env
run: ./tests/test.exp run: ./tests/test.exp
- name: Run goss tests - name: Run goss tests