This commit is contained in:
parent
ddf1ee4c0b
commit
5c4ef67bd7
@ -81,6 +81,9 @@ jobs:
|
|||||||
echo ______ frontend/spa.html ______
|
echo ______ frontend/spa.html ______
|
||||||
cat frontend/spa.html
|
cat frontend/spa.html
|
||||||
|
|
||||||
|
- name: Start Live Server
|
||||||
|
run: |
|
||||||
|
docker run -d -p 80:80 -v ${{ github.workspace }}:/usr/src/app gitbase.de/robin/live-server
|
||||||
- name: Test HTTP Request
|
- name: Test HTTP Request
|
||||||
run: |
|
run: |
|
||||||
curl http://127.0.0.1:80
|
curl http://127.0.0.1:80
|
||||||
@ -98,9 +101,6 @@ jobs:
|
|||||||
# run: |
|
# run: |
|
||||||
# docker compose -p ${GITHUB_REF_NAME}-${GITHUB_REPOSITORY_NAME}-${GITHUB_REPOSITORY_OWNER} up -d --build --remove-orphans
|
# docker compose -p ${GITHUB_REF_NAME}-${GITHUB_REPOSITORY_NAME}-${GITHUB_REPOSITORY_OWNER} up -d --build --remove-orphans
|
||||||
|
|
||||||
- name: Start Live Server
|
|
||||||
run: |
|
|
||||||
docker run -d -p 80:80 -v ${{ github.workspace }}:/usr/src/app gitbase.de/robin/live-server
|
|
||||||
- name: Install Chrome
|
- name: Install Chrome
|
||||||
run: |
|
run: |
|
||||||
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
|
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
|
||||||
|
Loading…
Reference in New Issue
Block a user