diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index fa0a6e7..0e8d9fa 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -47,6 +47,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Test bicep + run: az bicep build --file ./infrastructure/main.bicep --stdout + - name: Build container images run: | docker build . --file Dockerfile --tag ${{ secrets.ACR_LOGIN_SERVER }}/$IMAGE_NAME:${{needs.versionize.outputs.semver}} @@ -77,9 +80,6 @@ jobs: sparse-checkout: | infrastructure - - name: Test bicep - run: az bicep build ./infrastructure/main.bicep - - name: Az CLI login uses: azure/login@v2 with: