Skip to content

Commit

Permalink
adjusted extension distribution workflow working with bigquery ATTACH
Browse files Browse the repository at this point in the history
  • Loading branch information
hafenkran committed Jul 7, 2024
1 parent b7a552c commit e3f9ce7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
strategy:
matrix: ${{fromJson(needs.generate_matrix.outputs.linux_matrix)}}
services:
localhost:
bigquery:
image: dewall/bigquery-emulator:latest
ports:
- 9050:9050
Expand Down Expand Up @@ -225,6 +225,8 @@ jobs:
- name: Test extension
if: ${{ matrix.duckdb_arch != 'linux_arm64'}}
env:
BQ_ATTACH_DB_URL: bigquery
run: |
make test
Expand Down

0 comments on commit e3f9ce7

Please sign in to comment.