From fdfa5cfa7bc487dc3728fa6f1f5ae160e9a57e28 Mon Sep 17 00:00:00 2001 From: Alexander Metzger Date: Fri, 17 Nov 2023 22:59:05 -0800 Subject: [PATCH] remove invalid directory --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 881c679..bddeb99 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,6 @@ jobs: - run: npm ci - name: Create SA key run: echo '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}' > gcloud.json - working-directory: functions - name: Run tests run: npm test env: