Skip to content

Commit

Permalink
fix: Regression Tests automation fixes
Browse files Browse the repository at this point in the history
Feature/containerize regression tests
  • Loading branch information
nnagepat authored Sep 22, 2023
2 parents efc33b1 + 910d0c4 commit a57b793
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-content-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
default: 'Dev'
type: choice
options:
- Dev
- Test
- dev
- test
- Pre-Prod
jobs:
build-test-scan:
Expand All @@ -24,7 +24,7 @@ jobs:
CPD_DELIVERY_KEY: ${{secrets.TF_VAR_CPD_DELIVERY_KEY}}
CPD_CLARITY: ${{secrets.TF_VAR_CPD_CLARITY}}
CPD_AZURE_ENVIRONMENT: ${{inputs.workspace}}
CPD_CONTENTFUL_ENVIRONMENT: ${{inputs.workspace}}
CPD_CONTENTFUL_ENVIRONMENT: ${{ inputs.workspace == 'Pre-Prod' && 'master' || inputs.workspace }}
CPD_FEATURE_POLLING_INTERVAL: 0
CPD_INSTRUMENTATION_CONNECTIONSTRING: ""
steps:
Expand Down

0 comments on commit a57b793

Please sign in to comment.