Skip to content

Commit

Permalink
Move run code
Browse files Browse the repository at this point in the history
  • Loading branch information
llifoawing committed Dec 12, 2024
1 parent 4016d6c commit cf55ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ jobs:
matrix:
# When supporting a new version, update the list here
version: ["1_3_0", "1_4_0", "1_7_0", "1_8_0"]
run: tox -e integration_sqlserver_${{ matrix.version }}
runs-on: ubuntu-latest
environment:
name: Approve Integration Tests
Expand Down Expand Up @@ -277,3 +276,4 @@ jobs:
DBT_VERSION: ${{ matrix.version }}
run: |
echo "Running tests for DBT version: ${{ matrix.version }}"
run: tox -e integration_sqlserver_${{ matrix.version }}

0 comments on commit cf55ab2

Please sign in to comment.