1
0
Fork 0
mirror of https://code.forgejo.org/actions/ovh-dns-update synced 2025-03-15 14:54:40 +01:00
This commit is contained in:
oliverpool 2023-08-18 16:09:55 +02:00
parent cb09b4af4d
commit 071f5084c6

View file

@ -18,9 +18,8 @@ jobs:
- name: run the fake API server
id: test
run: |
go test -o=gotest
ls .
RUN_FOREVER=1 gotest &
go test -c
RUN_FOREVER=1 ./ovh-dns-update.test &
sleep 1
- name: update a record
uses: ./