Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Nov 22, 2024
1 parent b090883 commit 318cd29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

jobs:
run-tox-tests-uc-cluster:
run-uc-cluster-e2e-tests:
runs-on: ubuntu-latest
environment: azure-prod
env:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run UC Cluster Functional Tests
run: [email protected] DBT_DATABRICKS_LOCATION_ROOT=$DBT_DATABRICKS_LOCATION_ROOT DBT_DATABRICKS_HOST_NAME=$DBT_DATABRICKS_HOST_NAME DBT_DATABRICKS_UC_CLUSTER_HTTP_PATH=$DBT_DATABRICKS_UC_CLUSTER_HTTP_PATH DBT_DATABRICKS_CLIENT_ID=$DBT_DATABRICKS_CLIENT_ID DBT_DATABRICKS_CLIENT_SECRET=$DBT_DATABRICKS_CLIENT_SECRET hatch env run -i py=3.9 uc-cluster-e2e

run-tox-tests-uc-sql:
run-sqlwarehouse-e2e-tests:
runs-on: ubuntu-latest
environment: azure-prod
env:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Run Sql Endpoint Functional Tests
run: [email protected] DBT_DATABRICKS_LOCATION_ROOT=$DBT_DATABRICKS_LOCATION_ROOT DBT_DATABRICKS_HOST_NAME=$DBT_DATABRICKS_HOST_NAME DBT_DATABRICKS_UC_CLUSTER_HTTP_PATH=$DBT_DATABRICKS_UC_CLUSTER_HTTP_PATH DBT_DATABRICKS_CLIENT_ID=$DBT_DATABRICKS_CLIENT_ID DBT_DATABRICKS_CLIENT_SECRET=$DBT_DATABRICKS_CLIENT_SECRET hatch env run -i py=3.9 sqlw-e2e

run-tox-tests-non-uc:
run-cluster-e2e-tests:
runs-on: ubuntu-latest
environment: azure-prod
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: pypa/hatch@install

- name: Run Code Quality
run: hatch env run -i py=3.9 code-quality
run: hatch -v env run -i py=3.9 code-quality

unit:
name: unit test / python ${{ matrix.python-version }}
Expand All @@ -89,7 +89,7 @@ jobs:
uses: pypa/hatch@install

- name: Run Unit Tests
run: hatch env run -i py=${{ matrix.python-version }} unit
run: hatch -v env run -i py=${{ matrix.python-version }} unit

build:
name: build packages
Expand All @@ -112,7 +112,7 @@ jobs:
uses: pypa/hatch@install

- name: Build distributions
run: hatch build
run: hatch -v build

- name: Show distributions
run: ls -lh dist/
Expand Down

0 comments on commit 318cd29

Please sign in to comment.