1
0
Fork 0
mirror of https://code.forgejo.org/actions/ovh-dns-update synced 2025-03-15 06:46:59 +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 - name: run the fake API server
id: test id: test
run: | run: |
go test -o=gotest go test -c
ls . RUN_FOREVER=1 ./ovh-dns-update.test &
RUN_FOREVER=1 gotest &
sleep 1 sleep 1
- name: update a record - name: update a record
uses: ./ uses: ./