From 46e72ccc37cfe76698dece9e7fb8c138bcf10193 Mon Sep 17 00:00:00 2001 From: robin Date: Tue, 5 Dec 2023 21:01:56 +0000 Subject: [PATCH] lighthouse --- .gitea/workflows/deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 8516edc..9bdd4d1 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -81,6 +81,10 @@ jobs: echo ______ frontend/spa.html ______ cat frontend/spa.html + - name: Test HTTP Request + run: | + curl http://127.0.0.1:80 + #- name: staging api testtest # if: github.ref == 'refs/heads/dev' # run: |