Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramtamtam committed Jul 8, 2020
1 parent a656fb9 commit 904cb56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs: # Docs: <https://git.io/JvxXE>
run: docker build -f ./Dockerfile --tag image:local .

- name: Run docker image
run: docker run --rm -d -p "8080:8080" -e "TEMPLATE_NAME=ghost") image:local
run: docker run --rm -d -p "8080:8080" -e "TEMPLATE_NAME=ghost" image:local

- name: Send HTTP request
run: curl -sS --fail "http://127.0.0.1:8080/500.html"
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher

### Changed

- WIP
- First project release

[keepachangelog]:https://keepachangelog.com/en/1.0.0/
[semver]:https://semver.org/spec/v2.0.0.html

0 comments on commit 904cb56

Please sign in to comment.