Skip to content

Merge pull request #694 from Women-Coding-Community/automation/add-ne… #470

Merge pull request #694 from Women-Coding-Community/automation/add-ne…

Merge pull request #694 from Women-Coding-Community/automation/add-ne… #470

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