Skip to content

Fix: including the specs files inside of tsconfig #9

Fix: including the specs files inside of tsconfig

Fix: including the specs files inside of tsconfig #9

Workflow file for this run

name: CI-Specs
on: [push]
jobs:
specs-dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: npm install --force
- name: Run specs
run: npm run test