Skip to content

Added detailed error handling #28

Added detailed error handling

Added detailed error handling #28

Workflow file for this run

name: Run Climate Mediator Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run tests
run: npm run test