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
|
- name: Checkout repository
|
||||||
uses: https://code.forgejo.org/actions/checkout@v3
|
uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
- name: test
|
- name: test
|
||||||
run: curl "http://localhost:8081/"
|
run: curl -v "http://localhost:8081/"
|
||||||
- name: test2
|
|
||||||
run: curl "http://website:8081/"
|
|
||||||
- name: test3
|
|
||||||
run: curl "http://website/"
|
|
||||||
- name: Run unlighthouse
|
- name: Run unlighthouse
|
||||||
run: unlighthouse-ci --site "http://localhost:8081/" --disable-dynamic-sampling
|
run: unlighthouse-ci --site "http://localhost:8081/" --disable-dynamic-sampling
|
||||||
- name: Prepare artifacts
|
- name: Prepare artifacts
|
||||||
|
|
Loading…
Reference in a new issue