We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3132fe commit 90247dfCopy full SHA for 90247df
.github/workflows/release-demo-functions.yaml
@@ -19,6 +19,7 @@ jobs:
19
version: '275.0.0'
20
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
21
service_account_key: ${{ secrets.GCP_SA_KEY }}
22
+ - run: gcloud auth configure-docker
23
- name: Use Node.js ${{ matrix.node-version }}
24
uses: actions/setup-node@v1
25
with:
@@ -28,6 +29,7 @@ jobs:
28
29
run: |
30
cd ts/demo-functions
31
npm ci
32
+ npm test
33
envsubst < $NPM_CONFIG_USERCONFIG > .npmrc
34
env:
35
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments