Skip to content

fix #327: pausing after answer is revealed #537

fix #327: pausing after answer is revealed

fix #327: pausing after answer is revealed #537

Workflow file for this run

name: Unit tests
on: [push, pull_request]
jobs:
frontend:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test:frontend