Skip to content

Commit

Permalink
Remove unnecessary steps from itests.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
  • Loading branch information
cgillum committed Jul 5, 2023
1 parent ceaf6ba commit e8074a4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/itests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,6 @@ jobs:
- uses: actions/checkout@v1
- name: Parse release version
run: python ./.github/scripts/get_release_version.py
- name: Install Local kafka using docker-compose
run: |
docker-compose -f test/Dapr.E2E.Test/deploy/local-test-kafka.yml up -d
docker ps
- name: Install Local Hashicorp Vault using docker-compose
run: |
docker-compose -f test/Dapr.E2E.Test/deploy/local-test-vault.yml up -d
docker ps
- name: Setup Vault's test token
run: echo myroot > /tmp/.hashicorp_vault_token
- name: Setup ${{ matrix.display-name }}
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit e8074a4

Please sign in to comment.