mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
Repo workflow updated
This commit is contained in:
parent
f347c03965
commit
c58b9470c9
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user