Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
linky
  • Loading branch information
JustinBeckwith committed Jun 22, 2018
commit 3919b7a00f3bd090d22c57d8ab0eef264fa554d2
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:
if ! test -x "$repo_tools"; then
chmod +x "$repo_tools"
fi
npm link
- run:
name: Run unit tests.
command: npm test
Expand Down Expand Up @@ -138,7 +137,7 @@ jobs:
name: Link the module being tested to the samples.
command: |
cd samples/
npm link @google-cloud/language
npm link ../
npm install
cd ..
- run:
Expand Down