From 0c30fec375cf38fecbcace997b96d5fa2d61bba6 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Tue, 21 Nov 2023 14:54:22 +0100 Subject: [PATCH] feat: use bicepparams file --- .github/workflows/e2e.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index af05643..ff4ced9 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -10,10 +10,8 @@ env: on: push: branches: [ main ] - paths: [ 'bicep/**', 'src/**', 'Cargo.toml', 'Cargo.lock', '.github/workflows/e2e.yml' ] pull_request: branches: [ main ] - paths: [ 'bicep/**', 'src/**', 'Cargo.toml', 'Cargo.lock', '.github/workflows/e2e.yml' ] jobs: build: @@ -49,7 +47,7 @@ jobs: scope: subscription region: ${{ env.LOCATION }} template: bicep/main.bicep - parameters: bicep/main.params.json + parameters: bicep/main.test.bicepparams deploymentName: ${{ env.DEPLOYMENT_NAME }} none-test: