Skip to content

Commit

Permalink
ci: use test_compose for latest code during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 15, 2024
1 parent 986e34e commit ec5d2b9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: 🧪 PyTest

on:
# Run tests on all pushed branches
push:
branches: [main]
# Run tests on PR, prior to merge to main & development
Expand All @@ -12,7 +11,11 @@ on:

jobs:
pytest:
uses: hotosm/gh-workflows/.github/workflows/test_pytest.yml@1.2.4
uses: hotosm/gh-workflows/.github/workflows/test_compose.yml@1.4.3
with:
image_name: ghcr.io/${{ github.repository }}
tag_override: ci
compose_service: rawdata
compose_command: pytest
cache_extra_imgs: |
"docker.io/postgis/postgis:14-3.4-alpine"

0 comments on commit ec5d2b9

Please sign in to comment.