-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
quality: Test Bicep static quality
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,6 +112,9 @@ jobs: | |
python-version: "3.12" | ||
version: "0.5.x" | ||
|
||
- name: Set up Azure CLI | ||
run: curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash | ||
|
||
# - name: Login to Azure | ||
# uses: Azure/[email protected] | ||
# with: | ||
|
@@ -134,6 +137,9 @@ jobs: | |
- name: Set up dependencies | ||
run: make install-deps | ||
|
||
- name: Set up local config | ||
run: mv config-remote-example.yaml config.yaml | ||
|
||
# - name: Configure environment variables | ||
# run: echo "${{ secrets.DOTENV_UNIT_TESTS }}" > .env | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters