Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Nov 25, 2024
1 parent 8f234d1 commit 17e7885
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ jobs:
client-id: ${{ secrets.E2E_AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.E2E_AZURE_TENANT_ID }}
subscription-id: ${{ secrets.E2E_AZURE_SUBSCRIPTION_ID }}
- run: |
git -c core.sshCommand="ssh -i ${{ env.E2E_PRIVATE_KEY_PATH }}" clone [email protected]:pluralsh/plural-cli-e2e.git "${{ env.E2E_TESTOUT_PATH }}/azure" ;\
cd ${{ env.E2E_TESTOUT_PATH }}/azure ;\
git config --local user.email ${{ secrets.E2E_AZURE_SA_EMAIL }} ;\
git config --local user.name ${{ secrets.E2E_AZURE_SA_USERNAME }} ;\
git checkout -b e2e-azure-${{ env.TIMESTAMP }} ;\
GIT_SSH_COMMAND='ssh -i ${{ env.E2E_PRIVATE_KEY_PATH }} -o IdentitiesOnly=yes -F /dev/null' git push -u origin e2e-azure-${{ env.TIMESTAMP }}
- name: Run tests
env:
VENOM_VAR_provider: azure
Expand Down

0 comments on commit 17e7885

Please sign in to comment.