This commit is contained in:
parent
fb62555901
commit
29cc49e422
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ jobs:
|
|||
- run: sleep 1
|
||||
- run: curl -L 127.0.0.1:13120/setup/0
|
||||
- run: |
|
||||
curl 'http://localhost:13120/api/setup/db'
|
||||
--compressed -X POST
|
||||
curl 'http://localhost:13120/api/setup/db' \
|
||||
--compressed -X POST \
|
||||
-H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0'
|
||||
-H 'Accept: application/json, text/plain, */*'
|
||||
-H 'Accept-Language: en-US,en;q=0.5'
|
||||
|
|
Loading…
Reference in a new issue