Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Oct 19, 2024
1 parent 4897202 commit 4b8527f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/e2e-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Install Azure CLI latest
shell: bash
run: |
if ! which az > /dev/null; then
echo "Azure CLI not found. Installing..."
Expand All @@ -87,8 +86,8 @@ jobs:
echo "Azure CLI already installed."
fi
whoami
echo $LANG
echo ${{env.LANG}}
echo $TEST
echo ${{env.TEST}}
- name: Az login
uses: azure/login@v2.2.0
Expand Down

0 comments on commit 4b8527f

Please sign in to comment.