Skip to content

Commit

Permalink
test: Run from test-app directory
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Nov 21, 2024
1 parent c3d8820 commit e59aee6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- run: npm ci
- run: npm test
- run: npm build
- run: cd test-app
- run: npm install
- run: node index.js
- run: cd test-app && npm install && node index.js
env:
IPINFO_TOKEN: ${{ secrets.IPINFO_TOKEN }}

0 comments on commit e59aee6

Please sign in to comment.