mirror of
https://code.forgejo.org/actions/ovh-dns-update
synced 2025-03-15 14:54:40 +01:00
prevent fail on tail
This commit is contained in:
parent
cf0961cda8
commit
d5b70bb852
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue