Skip to content

Commit

Permalink
ci: let admin-cli depend on consumer-api
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Jul 5, 2024
1 parent 710ae8e commit f585e04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .ci/compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ services:
depends_on:
database-migrator:
condition: service_completed_successfully
consumer-api:
condition: service_healthy
command: backbone client create --clientId test --clientSecret test --defaultTier Basic

networks:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true

jobs:
run-adminUi-checks:
adminui-checks:
runs-on: ubuntu-latest
name: Run Admin UI Checks
steps:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Run Checks
run: ./.ci/aui/runChecks.sh

run-adminUi-flutter-checks:
adminui-flutter-checks:
runs-on: ubuntu-latest
name: Run Admin UI Flutter Checks
steps:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
additional-compose-files: -f ./.ci/compose.test.aui.yml -f ./.ci/compose.test.capi.yml
- display-name: ConsumerApi
path: ConsumerApi.Tests.Integration
additional-compose-files: -f ./.ci/compose.test.capi.yml
additional-compose-files: -f ./.ci/compose.test.aui.yml -f ./.ci/compose.test.capi.yml
- display-name: IdentityDeletionJob
path: Jobs/test/Job.IdentityDeletion.Tests.Integration
# - ConsumerApi.Tests.Integration
Expand Down

0 comments on commit f585e04

Please sign in to comment.