Skip to content

build(deps): bump the github-actions group with 3 updates #677

build(deps): bump the github-actions group with 3 updates

build(deps): bump the github-actions group with 3 updates #677

Workflow file for this run

name: Test
permissions:
contents: read
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.22.x
- name: setup node
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
- name: install firestore emulator
run: |
npm i -g firebase firebase-tools
firebase setup:emulators:firestore
- name: test
run: |
firebase emulators:exec --only firestore --project test 'make test'