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 795bf90 commit f306eea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +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: >
curl --silent http://localhost:65534/docs | grep '<title>ETNA Search API - Swagger UI</title>'
curl --silent http://localhost:65535/explore-the-collection/ | grep '<h1 class="tna-heading-xl tna-index-grid__heading"> Explore the collection </h1>'
# - name: Check search
# run: >
# curl --silent http://localhost:65534/docs | grep '<title>ETNA Search API - Swagger UI</title>'
- uses: actions/setup-node@v4
with:
node-version: lts/iron
Expand Down

0 comments on commit f306eea

Please sign in to comment.