Skip to content

Commit 31307ca

Browse files
committed
Fixed minor review comments
1 parent c12641e commit 31307ca

File tree

6 files changed

+1889
-87
lines changed

6 files changed

+1889
-87
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ test:
1313
script:
1414
- npm install mocha-headless-chrome -g
1515
- if [ -z $ALGORITHMIA_DEFAULT_API_KEY ]; then echo "Algorithmia API key not defined"; exit 1; fi
16-
- npm test
16+
- npm test --key=$ALGORITHMIA_DEFAULT_API_KEY

0 commit comments

Comments
 (0)