We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bfa6d commit 19a6884Copy full SHA for 19a6884
.github/workflows/connector_integration_tests.yml
@@ -23,6 +23,6 @@ jobs:
23
python -m pip install --upgrade pip
24
pip install PyYAML requests
25
- name: Launch Integration Tests
26
- 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
27
env:
28
GITHUB_TOKEN: ${{ secrets.SLASH_COMMAND_PAT }}
0 commit comments