lighthouse

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

View File

@ -89,7 +89,7 @@ jobs:
ls -la ls -la
echo ${{ github.workspace }} echo ${{ github.workspace }}
pwd pwd
docker run -d --name live-server-container -p 8081:8081 gitbase.de/robin/live-server 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 - name: Wait for Live Server
run: | run: |