From b5cb0f3d50112dc53339ea6a91e2da649570f8cb Mon Sep 17 00:00:00 2001 From: alafanechere Date: Wed, 18 Jan 2023 23:55:25 +0100 Subject: [PATCH] build alpha sources and destinations --- .github/workflows/connector_integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/connector_integration_tests.yml b/.github/workflows/connector_integration_tests.yml index 90fcef0f0ce3c..4485f958c7898 100644 --- a/.github/workflows/connector_integration_tests.yml +++ b/.github/workflows/connector_integration_tests.yml @@ -26,6 +26,6 @@ jobs: python -m pip install --upgrade pip pip install PyYAML requests - name: Launch Integration Tests - run: python ./tools/bin/ci_integration_workflow_launcher.py base-normalization source-acceptance-test source:beta source:GA destination:beta destination:GA + run: python ./tools/bin/ci_integration_workflow_launcher.py base-normalization source-acceptance-test source:alpha source:beta source:GA destination:alpha destination:beta destination:GA env: GITHUB_TOKEN: ${{ secrets.SLASH_COMMAND_PAT }}