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.
2 parents 1cc70f6 + befae6f commit c4dd998Copy full SHA for c4dd998
.github/workflows/test-warehouse.yml
@@ -117,12 +117,6 @@ jobs:
117
working-directory: ${{ env.TESTS_DIR }}
118
run: dbt deps
119
120
- - name: Run integration tests
121
- working-directory: ${{ env.TESTS_DIR }}/integration_tests
122
- run: |
123
- pip install -r requirements.txt
124
- pytest -vv --target "${{ inputs.warehouse-type }}"
125
-
126
- name: Run E2E tests
127
128
run: python run_e2e_tests.py -t "${{ inputs.warehouse-type }}" -g "${{ inputs.warehouse-type == 'postgres' || inputs.generate-data }}" --clear-tests "${{ inputs.clear-tests }}"
0 commit comments