Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 3b5b033

Browse files
committed
chore(tests): use emulator mode in github actions unit tests
1 parent ef29512 commit 3b5b033

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unittest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- name: Run unit tests
2424
env:
2525
COVERAGE_FILE: .coverage-${{ matrix.python }}
26+
# use emulator mode to disable automatic credential detection
27+
BIGTABLE_EMULATOR_HOST: "none"
2628
run: |
2729
nox -s unit-${{ matrix.python }}
2830
- name: Upload coverage results

0 commit comments

Comments
 (0)