Skip to content

when "show score feedback icon" is off, only show neutral feedback me… #83

when "show score feedback icon" is off, only show neutral feedback me…

when "show score feedback icon" is off, only show neutral feedback me… #83

Workflow file for this run

name: Run the unit tests
# Controls when the workflow will run
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm test