Fix Surface Reaction BC in Discontinuous Case #877
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Documentation test | |
| on: [push, pull_request] | |
| jobs: | |
| docbuild: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v2 | |
| - name: Set up Conda | |
| uses: conda-incubator/setup-miniconda@v2 | |
| with: | |
| activate-environment: festim2-docs | |
| environment-file: docs/environment.yml | |
| - name: Doc Tests | |
| shell: bash -l {0} | |
| run: sphinx-build -b doctest docs/source docs/_build/doctest |