From c66b70044f6c612f645414b72df49d38be31928b Mon Sep 17 00:00:00 2001 From: Sergey Chvalyuk Date: Wed, 3 Aug 2022 17:32:19 +0300 Subject: [PATCH] source-acceptance-test added Signed-off-by: Sergey Chvalyuk --- .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 00a5a16207f16..d827c8acb350f 100644 --- a/.github/workflows/connector_integration_tests.yml +++ b/.github/workflows/connector_integration_tests.yml @@ -23,6 +23,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:beta source:GA destination:beta destination:GA + run: python ./tools/bin/ci_integration_workflow_launcher.py base-normalization source-acceptance-test source:beta source:GA destination:beta destination:GA env: GITHUB_TOKEN: ${{ secrets.SLASH_COMMAND_PAT }}