From 2da94b71fe1219c9879bde2d144b72e41b3870db Mon Sep 17 00:00:00 2001 From: William Killerud Date: Wed, 13 Nov 2024 15:09:24 +0100 Subject: [PATCH] chore: remove test script without secret --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc1d036..f684893 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,9 +35,5 @@ jobs: - run: npm run types - run: npm test - - - shell: bash env: GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} - run: | - npm test