Skip to content

Merge pull request #34 from gradienthealth/fix/correct-the-logic-in-s… #108

Merge pull request #34 from gradienthealth/fix/correct-the-logic-in-s…

Merge pull request #34 from gradienthealth/fix/correct-the-logic-in-s… #108

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
pull_request_target:
branches: [ "master" ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout branch 🛎
uses: actions/checkout@v3
- name: Setup node env 🏗
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: Install dependencies 👨🏻‍💻
run: yarn
- name: Build 📦
run: yarn build
- name: Run tests 🧪
run: yarn test