Skip to content

Commit

Permalink
poke
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Sep 22, 2021
1 parent d04e68d commit c49f1c6
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions authenticating-users/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
steps:
- name: 'node:14'
args:
- install
- '--unsafe-perm'
entrypoint: npm
- name: 'node:14'
args:
- run
- test
entrypoint: npm
- name: 'node:14'
args: ['install', '--unsafe-perm']
entrypoint: npm
- name: 'node:14'
args: ['run', 'test']
entrypoint: npm
options:
logging: CLOUD_LOGGING_ONLY

0 comments on commit c49f1c6

Please sign in to comment.