dev #9
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue