Skip to content

Commit

Permalink
Add Az Cli step
Browse files Browse the repository at this point in the history
  • Loading branch information
ag-ramachandran committed Jun 26, 2024
1 parent 2b547ef commit fec3089
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,15 @@ jobs:
e2e:
name: End-To-End Testing
runs-on: ubuntu-latest
environment: build
needs: build
steps:
- name: Azure login
uses: azure/login@v2
with:
client-id: ${{ secrets.APP_ID }}
tenant-id: ${{ secrets.AUTH_ID }}
subscription-id: ${{ secrets.SUBSCRIPTION_ID }}
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby
Expand Down

0 comments on commit fec3089

Please sign in to comment.