File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
generate-openapi-spec :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Serve dependencies
15
15
run : make serve-dependencies
16
16
- name : Start service
Original file line number Diff line number Diff line change 13
13
env :
14
14
BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : Install Graphviz Dependency
18
18
run : |
19
19
sudo apt-get install graphviz
Original file line number Diff line number Diff line change 9
9
docker build -t hmpps-integration-api .
10
10
11
11
serve-dependencies :
12
- docker-compose up hmpps-auth prism local-stack-aws -d
12
+ docker-compose up hmpps-auth prism local-stack-aws --build - d
13
13
14
14
serve : build-dev
15
15
docker-compose up -d
You can’t perform that action at this time.
0 commit comments