Skip to content

Commit 22fcd16

Browse files
committed
add auth test
1 parent 83f2c0c commit 22fcd16

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test_bq_auth.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
uses: 'google-github-actions/setup-gcloud@v2'
2525
with:
2626
version: '>= 363.0.0'
27+
28+
- name: Test gcloud auth
29+
run: |
30+
echo "Testing gcloud auth"
31+
gcloud auth list
32+
gcloud config list
33+
gcloud projects list
2734
2835
- name: Test making a table with bigquery
2936
run: |

0 commit comments

Comments
 (0)