testing 8
This commit is contained in:
parent
84912239a2
commit
5cbf9e7633
1 changed files with 7 additions and 5 deletions
|
@ -15,14 +15,16 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Deps
|
- name: Deps
|
||||||
run: apt-get -y update; apt-get -y install curl
|
run: apt-get -y update; apt-get -y install curl
|
||||||
- name: Netstat
|
|
||||||
run: netstat -a
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: curl http://firq-dev-website/ || true
|
run: curl http://firqdevwebsite/ || true
|
||||||
- name: Test 2
|
- name: Test 2
|
||||||
run: curl http://firq-dev-website:8081/ || true
|
run: curl http://firqdevwebsite:8081/ || true
|
||||||
- name: Test 3
|
- name: Test 3
|
||||||
run: curl http://firq-dev-website:12000/ || true
|
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