Skip to content

Fixed bug where changes done in circular heatmap were not shown in activity description #689

Fixed bug where changes done in circular heatmap were not shown in activity description

Fixed bug where changes done in circular heatmap were not shown in activity description #689

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.16.0
uses: actions/setup-node@v1
with:
node-version: 16.0
- name: Install dependencies
run: npm install
- name: Test
run: npm test -- --watch=false --browsers=ChromeHeadless