curl
This commit is contained in:
parent
e020bb1c18
commit
52923ad819
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: https://code.forgejo.org/actions/checkout@v3
|
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/"
|
||||||
- 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