Skip to content

feat: add stone-12 to develop #423

feat: add stone-12 to develop

feat: add stone-12 to develop #423

Workflow file for this run

name: Unit Tests
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- main
- develop
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run Tests
run: |
yarn
yarn test