Highcharts Conditional Style model changing bug (mutating), slightly related to the KNOWAGE-8444 #272
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Jest test" | |
on: | |
pull_request_target: | |
types: [opened,synchronize] | |
workflow_dispatch: | |
jobs: | |
jest: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Test using Node.js | |
uses: actions/setup-node@v1 | |
with: | |
node-version: '12' | |
- run: npm install | |
- run: npm run test:ci |