Skip to content

Bump braces from 3.0.2 to 3.0.3 #116

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #116

Workflow file for this run

name: run-tests
on: push
jobs:
yarn-ubuntu:
name: yarn-ubuntu
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Run yarn
run: |
yarn && yarn compile && yarn test
yarn-windows:
name: yarn-windows
runs-on: windows-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Run yarn
run: |
yarn && yarn compile && yarn test