diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 3f8755f..7baeb65 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -1,21 +1,21 @@ -name: 🧪 PyTest +# name: 🧪 PyTest -on: - push: - branches: [main] - # Run tests on PR, prior to merge to main & development - pull_request: - branches: [main] - # Allow manual trigger (workflow_dispatch) - workflow_dispatch: +# on: +# push: +# branches: [main] +# # Run tests on PR, prior to merge to main & development +# pull_request: +# branches: [main] +# # Allow manual trigger (workflow_dispatch) +# workflow_dispatch: -jobs: - pytest: - uses: hotosm/gh-workflows/.github/workflows/test_compose.yml@1.4.5 - with: - image_name: ghcr.io/${{ github.repository }} - tag_override: ci - compose_service: tm-admin - compose_command: pytest - cache_extra_imgs: | - "docker.io/postgis/postgis:14-3.4-alpine" +# jobs: +# pytest: +# uses: hotosm/gh-workflows/.github/workflows/test_compose.yml@1.4.5 +# with: +# image_name: ghcr.io/${{ github.repository }} +# tag_override: ci +# compose_service: tm-admin +# compose_command: pytest +# cache_extra_imgs: | +# "docker.io/postgis/postgis:14-3.4-alpine"