Skip to content

remove full stops from the show/hide feedback strings #173

remove full stops from the show/hide feedback strings

remove full stops from the show/hide feedback strings #173

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