Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

ci: disable pytest workflow until code generation in setup #134

ci: disable pytest workflow until code generation in setup

ci: disable pytest workflow until code generation in setup #134

Workflow file for this run

# 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:
# 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"