Skip to content

Commit 5039ec4

Browse files
committed
Add NODE_ENV
1 parent a1bc1b6 commit 5039ec4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ jobs:
3434
BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}
3535
BW_USERNAME: ${{ secrets.BW_USERNAME }}
3636
BW_PASSWORD: ${{ secrets.BW_PASSWORD }}
37+
NODE_ENV: test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "NodeJs Client library for Bandwidth Numbers API",
55
"main": "index.js",
66
"scripts": {
7-
"test": "NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
7+
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
88
"windows-test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha"
99
},
1010
"repository": {

0 commit comments

Comments
 (0)