Skip to content

Commit

Permalink
Use validator for docker CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored and CasperWA committed Feb 6, 2020
1 parent f6de701 commit f98c055
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deps_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,14 @@ jobs:
docker-compose up optimade &
.github/workflows/wait_for_it.sh localhost:3213 -t 120
sleep 15
curl http://localhost:3213/optimade/info > info.json
grep -F "http://example.com" info.json || exit 1
docker exec optimade-python-tools_optimade_1 optimade_validator http://localhost:5000/optimade/v0
- name: Test index server
run: |
docker-compose up optimade-index &
.github/workflows/wait_for_it.sh localhost:3214 -t 120
sleep 15
curl http://localhost:3214/optimade/info > info.json
grep -F "http://example.com" info.json || exit 1
docker exec optimade-python-tools_optimade-index_1 optimade_validator http://localhost:5001/optimade/v0 --index
deps_static:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f98c055

Please sign in to comment.