From c923f0c75756ed68735c06f0174dd75fc4eaa2e3 Mon Sep 17 00:00:00 2001 From: Ryan Chia Date: Mon, 4 Nov 2024 12:24:32 +0800 Subject: [PATCH] test start firestore emulator --- .github/workflows/test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18b5fad0df..2d92d674af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,8 @@ on: workflow_dispatch: jobs: + test-firebase: + runs question-service-tests: runs-on: ubuntu-latest @@ -202,3 +204,12 @@ jobs: echo "WebSocket for Signalling Service is live" fi # We can add more tests here + test-firebase: + name: Test + runs-on: ubuntu-latest + steps: + - name: Deploy to Firebase + uses: w9jds/firebase-action@master + with: + args: emulators:start --only firestore + env: