diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 0f16d168..1edccd1a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -31,8 +31,8 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Run Development Pipeline - run: make dev-pipeline - # run: MULTIPLATFORM=true make dev-pipeline + # run: make dev-pipeline + run: MULTIPLATFORM=true make dev-pipeline working-directory: . env: AZURE_CREDS: ${{ secrets.AZURE_CREDS }}