Skip to content

Commit

Permalink
Add home page retrieval as smoke test
Browse files Browse the repository at this point in the history
Suggested-by: Keith Chason <kchason@users.noreply.github.com>
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Nov 20, 2024
1 parent 29bce07 commit d32deb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_compose_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
- name: Confirm Docker Compose runs
run: |
docker compose up --wait
curl http://0.0.0.0:4000 >/dev/null
docker compose down

0 comments on commit d32deb2

Please sign in to comment.