diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ea3677c..1a84df0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 }}