Skip to content

Workflow changes to allow building and pushing a specific tag. #286

Workflow changes to allow building and pushing a specific tag.

Workflow changes to allow building and pushing a specific tag. #286

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:
dockerComposeComponents: 'localstack postgres keycloak'
secrets: inherit