Skip to content

Commit

Permalink
point to dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 16, 2024
1 parent e3bd2fd commit 9a79d90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: ./.github/scripts/update_dev_packages.sh ${{ inputs.dbt_adapters_branch }} "main"

- name: Setup `hatch`
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@config/add-precommit

- name: Run code quality
shell: bash
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
PGDATABASE: postgres

- name: Setup `hatch`
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@config/add-precommit
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -101,14 +101,6 @@ jobs:
POSTGRES_TEST_DATABASE: dbt
POSTGRES_TEST_THREADS: 4

- name: Publish results
uses: dbt-labs/dbt-adapters/.github/actions/publish-results@main
if: always()
with:
source-file: "results.csv"
file-name: "integration_results"
python-version: ${{ matrix.python-version }}

psycopg2-check:
name: "Test psycopg2 build version"
runs-on: ${{ matrix.scenario.platform }}
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,10 @@ jobs:
persist-credentials: false

- name: Setup `hatch`
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@config/add-precommit
with:
python-version: ${{ matrix.python-version }}

- name: Run unit tests
run: hatch run unit-tests:all
shell: bash

- name: Publish results
uses: dbt-labs/dbt-adapters/.github/actions/publish-results@main
if: always()
with:
source-file: "results.csv"
file-name: "unit_results"
python-version: ${{ matrix.python-version }}

0 comments on commit 9a79d90

Please sign in to comment.