Skip to content

Move tab state for Search Results into localStorage and out of browse… #189

Move tab state for Search Results into localStorage and out of browse…

Move tab state for Search Results into localStorage and out of browse… #189

Workflow file for this run

name: Run Unit Tests
on:
push:
branches:
- "**" # This will run the action on push to any branch
jobs:
test:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_DCAPI_ENDPOINT: "https://dcapi.rdc-staging.library.northwestern.edu/api/v2"
NEXT_PUBLIC_DC_URL: "https://dc-next.rdc-staging.library.northwestern.edu"
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
- name: Get files
uses: actions/checkout@v4
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install dependencies
run: npm ci --force
- name: Run tests
run: npm run test:ci