Skip to content

Commit

Permalink
refactor: move Azure code to Technology-Azure (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored Jun 1, 2023
1 parent 578f891 commit 7b57247
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 482 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,36 +92,6 @@ jobs:
run: docker-compose -f system-tests/docker-compose.yml logs
if: always()

Check-Cosmos-Key:
runs-on: ubuntu-latest
steps:
- id: has-cosmos-key
env:
HAS_COSMOS_KEY: ${{ secrets.COSMOS_KEY }}
if: "${{ env.HAS_COSMOS_KEY != '' }}"
run: echo "::set-output name=defined::true"
outputs:
has-cosmos-key: ${{ steps.has-cosmos-key.outputs.defined }}

Azure-CosmosDB-Integration-Tests:
# run only if COSMOS_KEY is present
needs: [ Check-Cosmos-Key ]
if: needs.Check-Cosmos-Key.outputs.has-cosmos-key == 'true'
runs-on: ubuntu-latest

env:
COSMOS_KEY: ${{ secrets.COSMOS_KEY }}
COSMOS_URL: ${{ secrets.COSMOS_URL }}

steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/gradle-setup

- name: Azure CosmosDB Tests
uses: ./.github/actions/run-tests
with:
command: ./gradlew test -DincludeTags="AzureCosmosDbIntegrationTest"

Postgresql-Integration-Tests:
runs-on: ubuntu-latest
env:
Expand All @@ -148,7 +118,6 @@ jobs:
needs:
- Test
- Postgresql-Integration-Tests
- Azure-CosmosDB-Integration-Tests
runs-on: ubuntu-latest
if: always()
steps:
Expand Down
29 changes: 0 additions & 29 deletions extensions/store/cosmos/identity-hub-store-cosmos/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7b57247

Please sign in to comment.