updating CI

This commit is contained in:
Khalim Conn-Kowlessar 2026-05-05 19:36:33 +00:00
parent 084391b9dc
commit 1c4532f2eb

View file

@ -1,11 +1,12 @@
name: Next.js Build Check
name: Test Suite
on:
push:
branches:
- "**" # all branches
- "**"
jobs:
build:
unit-tests:
runs-on: ubuntu-latest
steps:
@ -21,5 +22,5 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build Next.js app
run: npm run build
- name: Run unit tests
run: npm test