Skip to content

Commit 8a60926

Browse files
committed
Run updatedb before tests so that we use the correct data file for testing
1 parent d18573f commit 8a60926

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ jobs:
1313
uses: actions/setup-node@v1
1414
with:
1515
node-version: '12.x'
16+
env:
17+
LICENSE_KEY: ${{ secrets.MAXMIND_LICENSE_KEY }}
1618
- run: npm install
19+
- run: npm run updatedb
1720
- run: npm test

0 commit comments

Comments
 (0)