From 8dcc0fcc2cde6d6c07a2bf7d12d3bc4ef9e7b56f Mon Sep 17 00:00:00 2001 From: William Killerud Date: Wed, 13 Nov 2024 15:13:09 +0100 Subject: [PATCH] chore: fix test script on PRs --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 511b29e..73a4a6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,8 +29,6 @@ jobs: - run: npm run types - - run: npm test - - run: npm test env: GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}