From ab2997cff4d8554413232ea54304ccb605fb95a9 Mon Sep 17 00:00:00 2001 From: Michelle Yan Date: Tue, 5 Nov 2024 09:12:11 -0800 Subject: [PATCH] fix other indentation --- .github/workflows/ci_test_package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_test_package.yml b/.github/workflows/ci_test_package.yml index dcc32ee1..8609e0ca 100644 --- a/.github/workflows/ci_test_package.yml +++ b/.github/workflows/ci_test_package.yml @@ -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 @@ -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: @@ -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: