Skip to content

Commit

Permalink
Example test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jul 17, 2024
1 parent ca5e71e commit 4a9c061
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ jobs:
curl --silent http://localhost:65535/browse/ | grep '<h1 class="tna-heading-xl">Explore 1,000 years of history</h1>'
- name: Check frontend with CMS
run: |
cd cms
curl --silent http://localhost:8000/api/v2/pages/ || echo "Nope"
docker logs web
curl --silent http://localhost:8000/api/v2/pages/5
curl --silent http://localhost:65535/explore-the-collection/
curl --silent http://localhost:65535/explore-the-collection/ | grep 'What might you find in The National Archives? Browse picture galleries, stories and in-depth articles from our experts about some of our most famous records and hidden gems.'
# - name: Check search
Expand Down

0 comments on commit 4a9c061

Please sign in to comment.