Skip to content

Create PM article

Create PM article #289

Workflow file for this run

name: CI Tests
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run tests
run: yarn test