Skip to content

worksheet theme: no max-height on questions in screen media #121

worksheet theme: no max-height on questions in screen media

worksheet theme: no max-height on questions in screen media #121

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