Skip to content

firebase-tools*

firebase-tools* #16

Workflow file for this run

name: "Test"
on: push
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: pnpm/action-setup@v2
with:
version: 8.6.2
run_install: |
- recursive: true
- run: pnpm i -g firebase-tools
- name: Cypress run
uses: cypress-io/github-action@v5
with:
start: pnpm dev, pnpm -C ../functions dev
working-directory: ./client
wait-on: "http://localhost:5001, http://localhost:5173"