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

This commit is contained in:
Robin Grenzdörfer 2023-12-06 07:56:57 +00:00
parent 4845343309
commit 0d40901e57

View File

@ -89,7 +89,7 @@ jobs:
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
docker run -d --name live-server-container -p 8081:8081 gitbase.de/robin/live-server
- name: Wait for Live Server
run: |