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 fbc1db1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit fbc1db1

Please sign in to comment.