Skip to content

Change manifest location for mocking modules and leave their index on… #11

Change manifest location for mocking modules and leave their index on…

Change manifest location for mocking modules and leave their index on… #11

Workflow file for this run

name: Mocha CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Build leap-mock
run: npm run build
- name: Run tests
env:
LOG_LEVEL: debug
run: npm run test