Skip to content

Commit

Permalink
fix conformance test
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 27, 2023
1 parent 37749a2 commit ad9a70b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ jobs:
# deploy static files and migrate database
docker compose exec django python manage.py collectstatic --no-input
docker compose exec django python manage.py migrate --no-input
docker compose exec django python manage.py populate_vl
docker compose exec django python manage.py populate_signs_poles
docker compose exec django python manage.py populate_data
- name: Healthcheck
run: wget --no-check-certificate https://localhost/oapif/collections/signalo_core.pole/items
run: wget --no-check-certificate https://localhost/oapif/collections/tests.point_2056_10fields/items

- name: Run conformance test suite
run: docker compose run conformance_test
Expand Down

0 comments on commit ad9a70b

Please sign in to comment.