Skip to content

feat: ensure that generator-options command respects log levels #28

feat: ensure that generator-options command respects log levels

feat: ensure that generator-options command respects log levels #28

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
test-forge:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- name: Install Node.js dependencies
run: |
npm install
- name: Unit Tests
run: |
npm test