From 6c17676428f6e48a32ba74aad6638164c38ff4e8 Mon Sep 17 00:00:00 2001 From: Trishant Pahwa Date: Thu, 30 Nov 2023 18:49:02 +0530 Subject: [PATCH] Updated workflow. --- .github/workflows/firebase-hosting-merge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 4ba56d8..af81409 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - run: cd server && npm ci && npm test && echo "Testing server" + # - run: echo "Deploying server" - run: npm ci && npm run build env: FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }}