testing 4
Some checks failed
/ checking (push) Successful in 14s
/ unlighthouse (push) Failing after 8s

This commit is contained in:
Firq 2023-12-21 01:33:23 +01:00
parent 8462755842
commit edce15b262
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

@ -6,7 +6,6 @@ on:
jobs:
unlighthouse:
runs-on: docker
container: node:20.10.0-bookworm-slim
services:
website:
image: forgejo.neshweb.net/firq/firq-dev-website:preview
@ -14,7 +13,7 @@ jobs:
- 12000:8081
steps:
- name: Deps
run: apt-get install curl -y
run: apt-get -y update; apt-get -y install curl
- name: Test
run: curl http://website/
- name: Test 2