diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 48c007520..864699945 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,12 +5,10 @@ on: push: branches: [master] paths-ignore: - - "docs/**" - "README.md" pull_request: branches: [master] paths-ignore: - - "docs/**" - "README.md" schedule: # Run every Sunday @@ -42,6 +40,10 @@ jobs: run: | make lint + - name: Build documentation + run: | + make docs + tests: name: Tests (${{ matrix.os }}, Python ${{ matrix.python-version }}) needs: code-quality diff --git a/docs/scripts/generate-termynal.py b/docs/scripts/generate-termynal.py index df2bd44ba..b005b7bb8 100644 --- a/docs/scripts/generate-termynal.py +++ b/docs/scripts/generate-termynal.py @@ -56,6 +56,7 @@ def execute_command_and_get_output(command, input_script): ("Choose from", "2"), # environment_manager ("Choose from", "1"), # dependency_file ("Choose from", "2"), # pydata_packages + ("Choose from", "3"), # testing_framework ("Choose from", "1"), # linting_and_formatting ("Choose from", "2"), # open_source_license ("Choose from", "1"), # docs