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

@ -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: |