Repo workflow updated

This commit is contained in:
Paramtamtam 2020-07-08 22:18:30 +05:00
parent f347c03965
commit c58b9470c9
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B

View File

@ -48,5 +48,8 @@ jobs: # Docs: <https://git.io/JvxXE>
- name: Run docker image
run: docker run --rm -d -p "8080:8080" -e "TEMPLATE_NAME=ghost" image:local
- name: Pause
run: sleep 2
- name: Send HTTP request
run: curl -sS --fail "http://127.0.0.1:8080/500.html"