Skip to content

Pre push instead of pre commit (#184) #118

Pre push instead of pre commit (#184)

Pre push instead of pre commit (#184) #118

Workflow file for this run

name: Run all tests
on:
pull_request:
push:
branches:
- master
jobs:
Run-Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Enable corepack
run: corepack enable
- run: sudo npm install -g firebase-tools
- run: sudo yarn
- run: yarn test