diff --git a/.github/workflows/test-conformance.yml b/.github/workflows/test-conformance.yml index 00887f28..6ead626e 100644 --- a/.github/workflows/test-conformance.yml +++ b/.github/workflows/test-conformance.yml @@ -56,11 +56,8 @@ jobs: # sprinkle some test data (refreshing computed fields is done from the command handler) docker compose run django python manage.py init --data - - name: Healthcheck - run: wget --no-check-certificate https://localhost/oapif/collections/poles/items - - - name: Run conformance test - run: docker compose run test_client + # run conformance test + docker compose run test_client - name: Failure logs if: failure()