curl v
This commit is contained in:
parent
52923ad819
commit
45f8b2bfd8
1 changed files with 1 additions and 5 deletions
|
@ -21,11 +21,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- name: test
|
||||
run: curl "http://localhost:8081/"
|
||||
- name: test2
|
||||
run: curl "http://website:8081/"
|
||||
- name: test3
|
||||
run: curl "http://website/"
|
||||
run: curl -v "http://localhost:8081/"
|
||||
- name: Run unlighthouse
|
||||
run: unlighthouse-ci --site "http://localhost:8081/" --disable-dynamic-sampling
|
||||
- name: Prepare artifacts
|
||||
|
|
Loading…
Reference in a new issue