Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Jul 25, 2023
1 parent 71bf2f7 commit 36442c2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
test-quickstart:
tests:
runs-on: ubuntu-latest
env:
DOCKER_BUILDKIT: 1
Expand Down Expand Up @@ -41,6 +41,17 @@ jobs:
cache-to: type=registry,ref=opengisch/signalo-django:latest,mode=max
tags: opengisch/signalo-django:latest

- name: Build integration tests image
uses: docker/build-push-action@v4
with:
context: .
provenance: false
file: docker/integration-tests/Dockerfile
push: ${{ github.repository == 'opengisch/django-ogcapif' }}
pull: true
cache-from: type=gha,
cache-to: type=gha,mode=max

- name: Setup Compose
run: |
# copy default conf
Expand Down

0 comments on commit 36442c2

Please sign in to comment.