From e59aee692b9c3952b4761c738df99d5c8fadb7e0 Mon Sep 17 00:00:00 2001 From: Samuel Ryan Date: Thu, 21 Nov 2024 14:01:05 +0800 Subject: [PATCH] test: Run from test-app directory --- .github/workflows/test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }}