1
0
Fork 0
mirror of https://code.forgejo.org/actions/ovh-dns-update synced 2025-03-15 06:46:59 +01:00

prevent fail on tail

This commit is contained in:
oliverpool 2023-08-19 20:41:42 +02:00
parent cf0961cda8
commit d5b70bb852

View file

@ -19,7 +19,7 @@ jobs:
# keep server running in the background # keep server running in the background
ACTION_TESTING=1 go test . & ACTION_TESTING=1 go test . &
# wait for the OVH_ENDPOINT output to be written (inotifywait not available) # 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 - name: update the record
uses: ./ uses: ./
with: with: