This commit is contained in:
Robin Grenzdörfer 2023-12-05 21:46:02 +00:00
parent 800b60e88d
commit 5a85f83c7c

@ -83,6 +83,9 @@ jobs:
- name: Start 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