lighthouse
Some checks failed
deploy to production / deploy (push) Failing after 1m35s

This commit is contained in:
2023-12-06 06:48:42 +00:00
parent 5a85f83c7c
commit 562594c355

View File

@@ -81,6 +81,11 @@ jobs:
echo ______ frontend/spa.html ______
cat frontend/spa.html
- name: stop Live Server
run: |
docker stop live-server-container
docker rm live-server-container
- name: Start Live Server
run: |
ls -la
@@ -105,7 +110,11 @@ jobs:
- name: Test HTTP Request
run: curl http://127.0.0.1:8081
- name: stop Live Server
run: |
docker stop live-server-container
docker rm live-server-container
#- name: staging api testtest
# if: github.ref == 'refs/heads/dev'
# run: |