diff --git a/.github/workflows/main.bicep b/.github/workflows/main.bicep index 743b02f..d3b8335 100644 --- a/.github/workflows/main.bicep +++ b/.github/workflows/main.bicep @@ -9,6 +9,7 @@ param location string = resourceGroup().location module apim '../../apim.bicep' = { name: 'unit-test-${buildId}-apim' params: { + application: 'apim' environment: environment location: location }