Skip to content

Commit

Permalink
fix(ci): Debug Failing Action
Browse files Browse the repository at this point in the history
  • Loading branch information
soufianerafik committed Jan 17, 2025
1 parent 99b6eae commit 2aea710
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ jobs:
}' \
"${{ env.UW_DIRECTORY_DEPLOY_MS_TEAMS_WEBHOOK_URL }}"
- uses: actions/checkout@v3
- uses: abatilo/[email protected]
- run: |
sudo apt-get -y install jq
poetry install
- uses: actions/checkout@v3
- uses: ./.github/actions/configure-docker
with:
project-name: ${{ secrets.IAM_GCR_REPO }}
Expand Down

0 comments on commit 2aea710

Please sign in to comment.