Skip to content

Merge pull request #250 from lifeomic/dependabot/npm_and_yarn/axios-1… #163

Merge pull request #250 from lifeomic/dependabot/npm_and_yarn/axios-1…

Merge pull request #250 from lifeomic/dependabot/npm_and_yarn/axios-1… #163

Workflow file for this run

name: PR Branch Build and Test
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- name: Build and Test
run: |
yarn test
yarn build