diff --git a/.github/actions/adf-linking/action.yml b/.github/actions/adf-linking/action.yml index f5f76c0dee..d5bc378aaf 100644 --- a/.github/actions/adf-linking/action.yml +++ b/.github/actions/adf-linking/action.yml @@ -9,7 +9,7 @@ runs: shell: bash run: | if [[ $COMMIT_MESSAGE == *"[link-adf:"* ]]; then - echo "BUILD_OPTS=--configuration=adfprod,e2e" >> $GITHUB_ENV + echo "BUILD_OPTS=--configuration=adfp" >> $GITHUB_ENV echo "TEST_OPTS=--configuration=adfprod" >> $GITHUB_ENV echo "E2E_PROTRACTOR_OPTS=--with-local-adf" >> $GITHUB_ENV echo "E2E_TSCONFIG=tsconfig.e2e.adf.json" >> $GITHUB_ENV diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index facd300f29..a85ca387a1 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -7,7 +7,7 @@ runs: - name: setup variables shell: bash run: | - echo "BUILD_OPTS=--configuration=production,e2e" >> $GITHUB_ENV + echo "BUILD_OPTS=--configuration=production" >> $GITHUB_ENV echo "TEST_OPTS=" >> $GITHUB_ENV echo "E2E_PROTRACTOR_OPTS=" >> $GITHUB_ENV echo "E2E_TSCONFIG=tsconfig.e2e.json" >> $GITHUB_ENV