We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d5ebe commit 6a4381eCopy full SHA for 6a4381e
.github/workflows/generate-api-docs.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Serve dependencies
15
- run: make serve-dependencies
+ run: docker compose up hmpps-auth prism local-stack-aws --build -d
16
- name: Start service
17
run: ./gradlew bootRun &
18
env:
0 commit comments