Skip to content

Use docker compose when starting test infrastructure #810

Use docker compose when starting test infrastructure

Use docker compose when starting test infrastructure #810

Workflow file for this run

name: 'Test'
on:
pull_request:
types: [ opened, reopened, synchronize ]
jobs:
test:
uses: UKHomeOffice/sas-github-workflows/.github/workflows/test-gradle.yml@v2
with:
dockerComposeBinary: 'docker compose'
dockerComposeComponents: 'localstack postgres'
secrets: inherit