Skip to content

Commit e59aee6

Browse files
committed
test: Run from test-app directory
1 parent c3d8820 commit e59aee6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
- run: npm ci
1919
- run: npm test
2020
- run: npm build
21-
- run: cd test-app
22-
- run: npm install
23-
- run: node index.js
21+
- run: cd test-app && npm install && node index.js
2422
env:
2523
IPINFO_TOKEN: ${{ secrets.IPINFO_TOKEN }}

0 commit comments

Comments
 (0)