-
Notifications
You must be signed in to change notification settings - Fork 32
17 lines (17 loc) · 893 Bytes
/
push.yml
File metadata and controls
17 lines (17 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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/