diff --git a/.github/workflows/ci_test_package.yml b/.github/workflows/ci_test_package.yml index d1700819..ef885551 100644 --- a/.github/workflows/ci_test_package.yml +++ b/.github/workflows/ci_test_package.yml @@ -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 @@ -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 }}