Skip to content

Merge pull request #5 from jembi/CU-86c0t1kc1_Add-capability-to-trigg… #14

Merge pull request #5 from jembi/CU-86c0t1kc1_Add-capability-to-trigg…

Merge pull request #5 from jembi/CU-86c0t1kc1_Add-capability-to-trigg… #14

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