Skip to content

Commit 45722db

Browse files
committed
feat: fetch required files
1 parent 84961df commit 45722db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ runs:
2121
run: wget https://raw.githubusercontent.com/nmshd/backbone/capi/${CONSUMERAPI_VERSION}/setup-db/setup-postgres.sql
2222
env:
2323
CONSUMERAPI_VERSION: ${{ inputs.consumerapi-version }}
24+
- shell: bash
25+
run: wget https://raw.githubusercontent.com/nmshd/start-backbone/main/appsettings.override.json
26+
- shell: bash
27+
run: wget https://raw.githubusercontent.com/nmshd/start-backbone/main/docker-compose.yml
2428
- shell: bash
2529
run: docker compose up -d
2630
env:

0 commit comments

Comments
 (0)