Skip to content

Commit

Permalink
pls
Browse files Browse the repository at this point in the history
  • Loading branch information
michlyan committed Nov 5, 2024
1 parent e178d9b commit 167e9ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,6 @@ jobs:
- name: Run Tests on PR
env:
DBT_VERSION: ${{ matrix.version }}
run: tox -e integration_sqlserver_${{ matrix.version }}
run: |
echo "Running tests for DBT version: ${{ matrix.version }}"
tox -e integration_sqlserver_${{ matrix.version }}

0 comments on commit 167e9ad

Please sign in to comment.