lighthouse
Some checks failed
deploy to production / deploy (push) Failing after 30s

This commit is contained in:
2023-12-06 07:44:28 +00:00
parent e40422c131
commit 3dd88e523e
128 changed files with 1245 additions and 30 deletions

View File

@@ -82,12 +82,11 @@ jobs:
cat frontend/spa.html
- name: Start Live Server
run: yarn run -- live-server --no-browser --port=80 --ignore='*' --entry-file=spa.html --no-css-inject --proxy=/api:http://tibi-server:8080/api/v1/_/einfo_test frontend
#run: |
# ls -la
# echo ${{ github.workspace }}
# pwd
# docker run -d --name live-server-container -p 8081:8081 -v ${{ github.workspace }}:/usr/src/app gitbase.de/robin/live-server
run: |
ls -la
echo ${{ github.workspace }}
pwd
docker run -d --name live-server-container -p 8081:8081 -v ${{ github.workspace }}:/usr/src/app gitbase.de/robin/live-server
- name: Wait for Live Server
run: |