Update custom-application.conf #454
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Does the Docker setup work? | |
name: chorus-smoke-test | |
on: push | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Add hosts to /etc/hosts | |
run: sudo echo "0.0.0.0 keycloak" | sudo tee -a /etc/hosts | |
- name: Build the stack | |
run: ./quickstart.sh | |
- name: Test | |
run: docker run --network container:solr1 appropriate/curl -u admin:password -s --retry 10 --retry-connrefused --show-error --fail http://localhost:8983/solr/ecommerce/admin/ping | |
#run: docker run --network container:quepid appropriate/curl -s --retry 10 --retry-connrefused http://localhost:3000 | |
#run: docker run --network container:rre appropriate/curl -s --retry 10 --retry-connrefused http://localhost:8080 | |
#run: docker run --network container:blacklight appropriate/curl --retry 10 --retry-connrefused http://localhost:3000/ |