mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
updating CI
This commit is contained in:
parent
084391b9dc
commit
1c4532f2eb
1 changed files with 6 additions and 5 deletions
11
.github/workflows/nextjs-build.yml
vendored
11
.github/workflows/nextjs-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue