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

Commit

Permalink
ci: disable pytest workflow until code generation in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Mar 26, 2024
1 parent f2a7225 commit 8cc0f00
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
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/[email protected]
# 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"

0 comments on commit 8cc0f00

Please sign in to comment.