Skip to content

Commit

Permalink
update release workflows to work with both packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 9, 2024
1 parent 7ec3045 commit 9acf150
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ jobs:
pre-commit:
name: 'Pre-commit checks'
runs-on: ubuntu-latest
strategy:
matrix:
package: ['dbt-athena', 'dbt-athena-community']
steps:
- uses: actions/checkout@v3
- name: "Setup `hatch`"
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main
with:
python-version: '3.11'
- run: hatch run code-quality
working-directory: ./dbt-athena
- run: hatch run code-quality
working-directory: ./dbt-athena-community
working-directory: ./${{ matrix.package }}

unit_test:
name: 'Unit tests - ${{ matrix.package }} - ${{ matrix.python-version }}'
Expand Down

0 comments on commit 9acf150

Please sign in to comment.