Skip to content

Feat/recommendation diff newtab #32

Feat/recommendation diff newtab

Feat/recommendation diff newtab #32

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main]
jobs:
tests:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test