diff --git a/.github/workflows/test-staging.yml b/.github/workflows/test-staging.yml index a7f67c32..c031def8 100644 --- a/.github/workflows/test-staging.yml +++ b/.github/workflows/test-staging.yml @@ -14,6 +14,7 @@ jobs: matrix: application: [OpenData, Publications] python-version: [py2, py3] + target_environment: [STAGING] fail-fast: true name: ${{ matrix.application }} ${{ matrix.target_environment }} ${{ matrix.python-version }} infrastructure build @@ -21,7 +22,7 @@ jobs: container: integratedexperts/ci-builder env: VARS_TYPE: ${{ matrix.application }} - DEPLOY_ENV: STAGING + DEPLOY_ENV: ${{ matrix.target_environment }} PYTHON_VERSION: ${{ matrix.python-version }} steps: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35f9fe81..115ffa25 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,7 @@ jobs: matrix: application: [OpenData, Publications] python-version: [py2, py3] + target_environment: [DEV] fail-fast: false name: ${{ matrix.application }} ${{ matrix.target_environment }} ${{ matrix.python-version }} infrastructure build @@ -18,7 +19,7 @@ jobs: container: integratedexperts/ci-builder env: VARS_TYPE: ${{ matrix.application }} - DEPLOY_ENV: DEV + DEPLOY_ENV: ${{ matrix.target_environment }} PYTHON_VERSION: ${{ matrix.python-version }} steps: