testing 9
This commit is contained in:
parent
5cbf9e7633
commit
d509e40f2a
1 changed files with 1 additions and 7 deletions
|
@ -18,13 +18,7 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: curl http://firqdevwebsite/ || true
|
run: curl http://firqdevwebsite/ || true
|
||||||
- name: Test 2
|
- name: Test 2
|
||||||
run: curl http://firqdevwebsite:8081/ || true
|
run: curl http://localhost:12000/ || true
|
||||||
- name: Test 3
|
|
||||||
run: curl http://firqdevwebsite:12000/ || true
|
|
||||||
- name: Test 4
|
|
||||||
run: curl firqdevwebsite || true
|
|
||||||
- name: Test 5
|
|
||||||
run: curl firqdevwebsite:12000 || true
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install @unlighthouse/cli puppeteer
|
run: npm install @unlighthouse/cli puppeteer
|
||||||
- name: Run unlighthouse
|
- name: Run unlighthouse
|
||||||
|
|
Loading…
Reference in a new issue