Skip to content

show non-hidden children in the index pages of hidden parts #24

show non-hidden children in the index pages of hidden parts

show non-hidden children in the index pages of hidden parts #24

Workflow file for this run

name: Run the unit tests
# Controls when the workflow will run
on:
push:
branches: [ unittests, master ]
pull_request:
branches: [ unittests, master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
PYTHON_COMMAND: python3
jobs:
build:
runs-on: ubuntu-latest
container: coursebuilder/chirun-base:dev
defaults:
run:
working-directory: .
steps:
- uses: actions/checkout@v3
- run: pip install --upgrade setuptools pip
- run: pip install .
- run: make test