diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e86371..c41f20d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: deploy_server: runs-on: ubuntu-latest - needs: test_server + # needs: test_server env: GOOGLE_APPLICATION_CREDENTIALS: google-application-credentials.json steps: @@ -37,6 +37,7 @@ jobs: node-version: 18 cache: "npm" - run: npm ci + - run: npm install -g firebase - run: echo "${{ secrets.ENV_FILE }}" > .env - run: npm run build:server - run: echo "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}" > google-application-credentials.json