Skip to content

Commit

Permalink
enable shell
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Jul 25, 2024
1 parent 80d91c2 commit 91f312c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/run_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
uses: actions/checkout@v2

- name: Install the project dependencies
run: poetry install
run: |
poetry install
poetry shell
- name: Ensure .dbt directory exists
run: mkdir -p ~/.dbt
Expand All @@ -34,11 +36,6 @@ jobs:
id: get_connector
run: echo "::set-output name=connector::source_zendesk_support"

- name: Get what connector we are testing
run: |
pwd
ls
- name: Run Integration Tests for Postgres
working-directory: connectors/${{ steps.get_connector.outputs.connector }}/integration_tests
run: dbt run --target postgres

0 comments on commit 91f312c

Please sign in to comment.