Skip to content

Commit

Permalink
ci: set compose testing profile to all (in order to include tse servi…
Browse files Browse the repository at this point in the history
…ces)
  • Loading branch information
mikeplotean committed Jan 15, 2025
1 parent 626a07c commit 5cebbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Run stack
run: |
cd ./docker-compose
docker compose up wallet-api issuer-api verifier-api --build -d
docker compose --profile all up wallet-api issuer-api verifier-api --build -d
- name: Ping services
timeout-minutes: 5
run: |
Expand Down

0 comments on commit 5cebbd6

Please sign in to comment.