Skip to content

Commit

Permalink
Merge pull request #364 from elementary-data/ele-987-remove-dbt-packa…
Browse files Browse the repository at this point in the history
…ge-integration-tests-from-our-gh-actions

ELE-987 remove dbt package integration tests from our GH actions
  • Loading branch information
IDoneShaveIt authored May 31, 2023
2 parents 1cc70f6 + befae6f commit c4dd998
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test-warehouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,6 @@ jobs:
working-directory: ${{ env.TESTS_DIR }}
run: dbt deps

- name: Run integration tests
working-directory: ${{ env.TESTS_DIR }}/integration_tests
run: |
pip install -r requirements.txt
pytest -vv --target "${{ inputs.warehouse-type }}"
- name: Run E2E tests
working-directory: ${{ env.TESTS_DIR }}
run: python run_e2e_tests.py -t "${{ inputs.warehouse-type }}" -g "${{ inputs.warehouse-type == 'postgres' || inputs.generate-data }}" --clear-tests "${{ inputs.clear-tests }}"

0 comments on commit c4dd998

Please sign in to comment.