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
|
||||
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: ./
|
||||
|
|
Loading…
Add table
Reference in a new issue