Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Deps: Update dependency chai to v5. #63

Deps: Update dependency chai to v5.

Deps: Update dependency chai to v5. #63

Workflow file for this run

name: Unit & Integration Tests
on:
push:
pull_request:
jobs:
tests:
name: 🧪 Tests
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: 📦 Install
uses: ./.github/common/install
- name: 🔨 Build
run: pnpm run build
- name: 🧪 Test
run: pnpm run test