Skip to content

chore(gh): give write permission to release wf #721

chore(gh): give write permission to release wf

chore(gh): give write permission to release wf #721

Workflow file for this run

name: Tests
on:
workflow_dispatch: {}
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
unit:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Fetch Node Packages
run: |
yarn --verbose
- name: Build
run: |
yarn build
- name: Run tests
run: |
yarn test