Skip to content

Commit

Permalink
test: Run build script
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Nov 21, 2024
1 parent e59aee6 commit e078edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: ${{ matrix.version }}
- run: npm ci
- run: npm test
- run: npm build
- run: npm run build
- run: cd test-app && npm install && node index.js
env:
IPINFO_TOKEN: ${{ secrets.IPINFO_TOKEN }}

0 comments on commit e078edd

Please sign in to comment.