diff --git a/.github/workflows/ci_test_package.yml b/.github/workflows/ci_test_package.yml index e6ee0c60..34c47163 100644 --- a/.github/workflows/ci_test_package.yml +++ b/.github/workflows/ci_test_package.yml @@ -138,26 +138,26 @@ jobs: 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: - runs-on: ubuntu-latest - environment: - name: Approve Integration Tests - - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.sha }} # Check out the code of the PR - - - uses: actions/setup-python@v4 - with: - python-version: '3.8.x' - architecture: 'x64' - - - name: Install tox - run: python3 -m pip install tox - - - name: Run Databricks Tests - env: - DBT_VERSION: '' - run: tox -e integration_databricks + # integration-databricks: + # runs-on: ubuntu-latest + # environment: + # name: Approve Integration Tests + + # steps: + # - name: Checkout + # uses: actions/checkout@v3 + # with: + # ref: ${{ github.event.pull_request.head.sha }} # Check out the code of the PR + + # - uses: actions/setup-python@v4 + # with: + # python-version: '3.8.x' + # architecture: 'x64' + + # - name: Install tox + # run: python3 -m pip install tox + + # - name: Run Databricks Tests + # env: + # DBT_VERSION: '' + # run: tox -e integration_databricks diff --git a/.github/workflows/main_test_package.yml b/.github/workflows/main_test_package.yml index 18779ea7..2202c05c 100644 --- a/.github/workflows/main_test_package.yml +++ b/.github/workflows/main_test_package.yml @@ -66,20 +66,20 @@ jobs: 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: - runs-on: ubuntu-latest + # integration-databricks: + # runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 + # steps: + # - name: Checkout + # uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.8.x' - architecture: 'x64' + # - uses: actions/setup-python@v4 + # with: + # python-version: '3.8.x' + # architecture: 'x64' - - name: Install tox - run: python3 -m pip install tox + # - name: Install tox + # run: python3 -m pip install tox - - name: Run Databricks Tests - run: tox -e integration_databricks + # - name: Run Databricks Tests + # run: tox -e integration_databricks