Skip to content

Commit

Permalink
ci: update ci to use test_compose with db service
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Dec 4, 2023
1 parent 9b96777 commit a263f12
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ on:

jobs:
pytest:
uses: hotosm/gh-workflows/.github/workflows/test_pytest[email protected].4
uses: hotosm/gh-workflows/.github/workflows/test_compose[email protected].1
with:
image_name: ghcr.io/${{ github.repository }}
image_name: ghcr.io/${{ github.repository }}/backend
tag_override: ${{ github.event_name == 'push' && 'ci' || '' }}
compose_service: splitter
compose_command: pytest
cache_extra_imgs: |
"docker.io/postgis/postgis:${{ vars.POSTGIS_TAG || 14-3.4-alpine }}"

0 comments on commit a263f12

Please sign in to comment.