mirror of
https://code.forgejo.org/actions/ovh-dns-update
synced 2025-03-15 06:46:59 +01:00
fix
This commit is contained in:
parent
cb09b4af4d
commit
071f5084c6
1 changed files with 2 additions and 3 deletions
|
@ -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: ./
|
||||||
|
|
Loading…
Add table
Reference in a new issue