Skip to content

Commit

Permalink
Checkout code so bicep is present in local setup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FinOCE committed Sep 8, 2024
1 parent 43aa98e commit d7cbe4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Log into Azure
uses: azure/login@v2
with:
Expand Down

0 comments on commit d7cbe4d

Please sign in to comment.