From b36093d0743587247e7ce8418c6f346b3a094731 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Mon, 16 Dec 2019 08:01:42 +0100 Subject: [PATCH] retry github actions run for goss Signed-off-by: Felix Bartels --- .github/workflows/goss.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/goss.yml b/.github/workflows/goss.yml index 8f7cb5a..349849a 100644 --- a/.github/workflows/goss.yml +++ b/.github/workflows/goss.yml @@ -2,7 +2,7 @@ name: Weekly Goss check on: schedule: - - cron: "0 2 * * 1" + - cron: "1 2 * * 1" jobs: build: @@ -11,6 +11,8 @@ jobs: steps: - uses: actions/checkout@v1 + - name: install expect + run: sudo apt-get update && sudo apt-get install -y expect - name: create .env run: ./tests/test.exp - name: Run goss tests