Skip to content

Reverted changes used for logging KNOWAGE-8721 #277

Reverted changes used for logging KNOWAGE-8721

Reverted changes used for logging KNOWAGE-8721 #277

Workflow file for this run

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