Skip to content

22 fix seedjs and add migrate to add correct columns for cohort #4

22 fix seedjs and add migrate to add correct columns for cohort

22 fix seedjs and add migrate to add correct columns for cohort #4

Workflow file for this run

name: Run Jasmine Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run Jasmine tests
run: npm test