Skip to content

GA Event Blocker

GA Event Blocker #354

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run tests
run: |
cd react
yarn
yarn test