dev #9

Merged
Firq merged 33 commits from dev into main 2023-12-21 11:27:53 +00:00
Showing only changes of commit 5cbf9e7633 - Show all commits

View file

@ -15,14 +15,16 @@ jobs:
steps:
- name: Deps
run: apt-get -y update; apt-get -y install curl
- name: Netstat
run: netstat -a
- name: Test
run: curl http://firq-dev-website/ || true
run: curl http://firqdevwebsite/ || true
- name: Test 2
run: curl http://firq-dev-website:8081/ || true
run: curl http://firqdevwebsite:8081/ || true
- 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
run: npm install @unlighthouse/cli puppeteer
- name: Run unlighthouse