Skip to content

Commit

Permalink
ELE-987 remove dbt package integration tests from our GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
IDoneShaveIt committed May 31, 2023
1 parent 1cc70f6 commit befae6f
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 befae6f

Please sign in to comment.