Skip to content

Bump next from 14.2.15 to 15.1.3 #89

Bump next from 14.2.15 to 15.1.3

Bump next from 14.2.15 to 15.1.3 #89

Workflow file for this run

name: 🧪 Unit Tests (Jest)
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: 🧪 Unit Tests (Jest)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 📦 Install modules
run: npm install
- name: ⚙️ Run tests
run: npm run test --coverage