Skip to content

feat(posthog): add option to set a group (#488) #108

feat(posthog): add option to set a group (#488)

feat(posthog): add option to set a group (#488) #108

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: 'yarn'
- name: setup browser
uses: browser-actions/setup-chrome@latest
- name: install dependencies
run: yarn install
- name: test
run: yarn test:ci
- name: lint
run: yarn lint