Skip to content

Commit

Permalink
Run updatedb before tests so that we use the correct data file for te…
Browse files Browse the repository at this point in the history
…sting
  • Loading branch information
bluesmoon committed Feb 15, 2024
1 parent d18573f commit 8a60926
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
env:
LICENSE_KEY: ${{ secrets.MAXMIND_LICENSE_KEY }}
- run: npm install
- run: npm run updatedb
- run: npm test

0 comments on commit 8a60926

Please sign in to comment.