From 77a5927b66f351bf9773e025a6fd89af35385f1c Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Thu, 9 Jan 2025 16:22:31 +0100 Subject: [PATCH] call jest directly --- .github/workflows/test-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-npm.yml b/.github/workflows/test-npm.yml index 6720118..52e240a 100644 --- a/.github/workflows/test-npm.yml +++ b/.github/workflows/test-npm.yml @@ -39,7 +39,7 @@ jobs: - name: Run the unit tests run: | rm package.json - npx jest -c jest.config.js + npx jest env: STADIA_MAPS_API_KEY: ${{ secrets.STADIA_MAPS_API_KEY }}