1
0
Fork 0
mirror of https://code.forgejo.org/actions/ovh-dns-update synced 2025-03-15 06:46:59 +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 id: test
run: | run: |
go test -c go test -c
# keep server running in the background
ACTION_TESTING=1 ./ovh-dns-update.test & ACTION_TESTING=1 ./ovh-dns-update.test &
# wait for the output to be written (OVH_ENDPOINT)
sleep 1 sleep 1
- name: update a record - name: update a record
uses: ./ uses: ./