Skip to content

Feat/cfe-272 contract delegation #755

Feat/cfe-272 contract delegation

Feat/cfe-272 contract delegation #755

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