From fbc1db168b69986e309987c153d3c03f2cd0b658 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 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-conformance.yml b/.github/workflows/test-conformance.yml index 00887f28..084ee760 100644 --- a/.github/workflows/test-conformance.yml +++ b/.github/workflows/test-conformance.yml @@ -55,12 +55,9 @@ 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()