From 8cc0f004c45f4aeafdbe7a69f2cb294bfecfbe48 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Tue, 26 Mar 2024 13:40:44 +0000 Subject: [PATCH] ci: disable pytest workflow until code generation in setup --- .github/workflows/pytest.yml | 38 ++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) 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"