Skip to content

Commit 90247df

Browse files
authored
Use gcloud to configure docker during release
1 parent b3132fe commit 90247df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-demo-functions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
version: '275.0.0'
2020
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
2121
service_account_key: ${{ secrets.GCP_SA_KEY }}
22+
- run: gcloud auth configure-docker
2223
- name: Use Node.js ${{ matrix.node-version }}
2324
uses: actions/setup-node@v1
2425
with:
@@ -28,6 +29,7 @@ jobs:
2829
run: |
2930
cd ts/demo-functions
3031
npm ci
32+
npm test
3133
envsubst < $NPM_CONFIG_USERCONFIG > .npmrc
3234
env:
3335
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)