Skip to content

Feature Add Button ID #179

Feature Add Button ID

Feature Add Button ID #179

Workflow file for this run

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