From d5b70bb852255d09e659d8c71bbf63b064f16225 Mon Sep 17 00:00:00 2001 From: oliverpool Date: Sat, 19 Aug 2023 20:41:42 +0200 Subject: [PATCH] prevent fail on tail --- .forgejo/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/pr.yml b/.forgejo/workflows/pr.yml index a41759b..35cf09d 100644 --- a/.forgejo/workflows/pr.yml +++ b/.forgejo/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: # keep server running in the background ACTION_TESTING=1 go test . & # wait for the OVH_ENDPOINT output to be written (inotifywait not available) - tail --follow=name delete_me_when_ready + tail --follow=name delete_me_when_ready || echo "test server is listening" - name: update the record uses: ./ with: