Skip to content

Commit

Permalink
test start firestore emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaryan committed Nov 4, 2024
1 parent da6001d commit c923f0c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
workflow_dispatch:

jobs:
test-firebase:
runs
question-service-tests:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -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:

0 comments on commit c923f0c

Please sign in to comment.