diff --git a/.github/workflows/azure-infra.yml b/.github/workflows/azure-infra.yml index 98717b18..3c117eb9 100644 --- a/.github/workflows/azure-infra.yml +++ b/.github/workflows/azure-infra.yml @@ -21,6 +21,12 @@ jobs: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} + # Temporary step to verify the resource group + # It exists, but is not being seen by the next step + - name: Verify Resource Group + run: | + az group show --name ${{ secrets.AZURE_RG }} --subscription ${{ secrets.AZURE_SUBSCRIPTION_ID }} + - name: Lint Bicep run: | az bicep build --file ./azure/bicep/main.bicep