Skip to content

Commit d821982

Browse files
committed
Update test workflow to add IPINFO_TOKEN on npm test
1 parent 30683b3 commit d821982

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
node-version: ${{ matrix.version }}
1818
- run: npm ci
1919
- run: npm test
20+
env:
21+
IPINFO_TOKEN: ${{ secrets.IPINFO_TOKEN }}
2022
- run: npm run build
2123
- run: cd test-app && npm install && node index.js
2224
env:

0 commit comments

Comments
 (0)