1
0
Fork 0
mirror of https://code.forgejo.org/actions/ovh-dns-update synced 2025-03-14 22:36:58 +01:00

add comments

This commit is contained in:
oliverpool 2023-08-18 16:22:18 +02:00
parent 4c59b6079b
commit e402826f1a

View file

@ -19,7 +19,9 @@ jobs:
id: test
run: |
go test -c
# keep server running in the background
ACTION_TESTING=1 ./ovh-dns-update.test &
# wait for the output to be written (OVH_ENDPOINT)
sleep 1
- name: update a record
uses: ./