Skip to content

Commit

Permalink
rename bigquery → bigquery-export-bucket-gcs to align with the rest t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
KSDaemon committed Sep 27, 2024
1 parent eb2aaf4 commit 0d02a3a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/drivers-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
env:
CLOUD_DATABASES: >
athena-export-bucket-s3
bigquery
bigquery-export-bucket-gcs
clickhouse-export-bucket-s3
databricks-jdbc
databricks-jdbc-export-bucket-s3
Expand All @@ -198,7 +198,7 @@ jobs:
- 20.x
database:
- athena-export-bucket-s3
- bigquery
- bigquery-export-bucket-gcs
- clickhouse
- clickhouse-export-bucket-s3
- databricks-jdbc
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-testing-drivers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"athena-export-bucket-s3-full": "yarn test-driver -i dist/test/athena-export-bucket-s3-full.test.js",
"bigquery-driver": "yarn test-driver -i dist/test/bigquery-driver.test.js",
"bigquery-core": "yarn test-driver -i dist/test/bigquery-core.test.js",
"bigquery-full": "yarn test-driver -i dist/test/bigquery-full.test.js",
"bigquery-export-bucket-gcs-full": "yarn test-driver -i dist/test/bigquery-export-bucket-gcs-full.test.js",
"clickhouse-driver": "yarn test-driver -i dist/test/clickhouse-driver.test.js",
"clickhouse-core": "yarn test-driver -i dist/test/clickhouse-core.test.js",
"clickhouse-full": "yarn test-driver -i dist/test/clickhouse-full.test.js",
Expand Down

0 comments on commit 0d02a3a

Please sign in to comment.