Skip to content

Merge pull request #216 from goelsonali/study-group-active #37

Merge pull request #216 from goelsonali/study-group-active

Merge pull request #216 from goelsonali/study-group-active #37

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set Up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm test