Skip to content

fix(msp): add files to results of discover and mutationTest #6

fix(msp): add files to results of discover and mutationTest

fix(msp): add files to results of discover and mutationTest #6

Workflow file for this run

name: CI
on:
pull_request: ~
workflow_dispatch:
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build & lint & test
run: npm run all