From 860fb773b35748cac0dc45fa66beacd07a08d950 Mon Sep 17 00:00:00 2001 From: why-not-try-calmer Date: Tue, 4 Apr 2023 12:27:02 +0200 Subject: [PATCH] Removing unnecessary ci healthcheck --- .github/workflows/test-conformance.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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()