Skip to content

Commit c4dd998

Browse files
authored
Merge pull request #364 from elementary-data/ele-987-remove-dbt-package-integration-tests-from-our-gh-actions
ELE-987 remove dbt package integration tests from our GH actions
2 parents 1cc70f6 + befae6f commit c4dd998

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test-warehouse.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,6 @@ jobs:
117117
working-directory: ${{ env.TESTS_DIR }}
118118
run: dbt deps
119119

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-
126120
- name: Run E2E tests
127121
working-directory: ${{ env.TESTS_DIR }}
128122
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

Comments
 (0)