Skip to content

remove getDeviceHistoryAfter() #1136

remove getDeviceHistoryAfter()

remove getDeviceHistoryAfter() #1136

Workflow file for this run

name: 'Tests'
on:
push:
branches:
- dev
- master
workflow_dispatch:
jobs:
multi:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm ci --force
- run: ./build-env.sh src . && NODE_OPTIONS="--max-old-space-size=8192" npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI --code-coverage --reporters=mocha,coverage
- name: Report Status
if: always()
uses: ravsamhq/notify-slack-action@master
with:
status: ${{ job.status }}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_HOOK }}