Skip to content

Commit

Permalink
Removing unnecessary ci healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Apr 4, 2023
1 parent 982306c commit 860fb77
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 860fb77

Please sign in to comment.