diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed97cd8..2c903f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,14 @@ jobs: node-version: 20 cache: "yarn" + - name: Cache Firebase Emulator + uses: actions/cache@v4 + with: + path: ~/.cache/firebase/emulators + key: ${{ runner.os }}-firebase-emulator-${{ hashFiles('**/firebase.json') }} + restore-keys: | + ${{ runner.os }}-firebase-emulator- + - name: Install Firebase Emulator Suite run: npm install -g firebase-tools