Skip to content

Bug fix: interceptAnyObject used in monitorAPI (#259) #117

Bug fix: interceptAnyObject used in monitorAPI (#259)

Bug fix: interceptAnyObject used in monitorAPI (#259) #117

Workflow file for this run

name: Master Build
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14
- name: install, build, and test
run: |
yarn
yarn build
yarn test
env:
CI: true