Skip to content

Commit

Permalink
trying same indentation as #450
Browse files Browse the repository at this point in the history
  • Loading branch information
michlyan committed Nov 5, 2024
1 parent ab2997c commit 8aeaa10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Build tables for latest release
env:
DBT_VERSION: "noversion"
run: tox -e integration_${{ matrix.warehouse }}
run: tox -e integration_${{ matrix.warehouse }}

- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Run Tests on PR
env:
DBT_VERSION: ${{ matrix.version }}
run: tox -e integration_${{ matrix.warehouse }}_${{ matrix.version }}
run: tox -e integration_${{ matrix.warehouse }}_${{ matrix.version }}

# Databricks doesn't like the matrix strategy, so moving back to the old integration testing without versioning
# integration-databricks:
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
- name: Run Tests on PR
env:
DBT_VERSION: ${{ matrix.version }}
run: tox -e integration_sqlserver
run: tox -e integration_sqlserver

integration-sqlserver-single-run:
strategy:
Expand Down

0 comments on commit 8aeaa10

Please sign in to comment.