We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befa693 commit 53244cdCopy full SHA for 53244cd
.circleci/config.yml
@@ -178,9 +178,6 @@ jobs:
178
cd ..
179
environment:
180
NPM_CONFIG_PREFIX: /home/node/.npm-global
181
- - run:
182
- name: Wait for other samples-test jobs to finish.
183
- command: node samples/system-test/util/circleci_wait.js
184
- run:
185
name: Run sample tests.
186
command: npm run samples-test
samples/package.json
@@ -20,7 +20,6 @@
20
"devDependencies": {
21
"@google-cloud/nodejs-repo-tools": "2.1.0",
22
"ava": "0.22.0",
23
- "axios": "^0.17.1",
24
"proxyquire": "1.8.0",
25
"sinon": "3.2.1"
26
}
samples/system-test/util/circleci_wait.js
0 commit comments