Skip to content

Minor UI modification for mobile view #7

Minor UI modification for mobile view

Minor UI modification for mobile view #7

Workflow file for this run

name: Unit Tests
on: [ push ]
jobs:
jest-run:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Unit Tests
run: npm run test