Skip to content

Make logging more clear and use plain text #128

Make logging more clear and use plain text

Make logging more clear and use plain text #128

Workflow file for this run

name: Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set Up NPM
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install packages
run: npm install
- name: Run tests
run: npm test