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:
parent
acdb5bed88
commit
b36093d074
4
.github/workflows/goss.yml
vendored
4
.github/workflows/goss.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user