Skip to content

Comput loop fix

Comput loop fix #1016

Workflow file for this run

name: CMD provider
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
smoderp2d-quicktest-sheet:
uses: ./.github/workflows/cmd_template.yml
with:
pytest-suite: tests/test_cmd.py --config config_files/quicktest_sheet.ini
smoderp2d-quicktest-rill:
uses: ./.github/workflows/cmd_template.yml
with:
pytest-suite: tests/test_cmd.py --config config_files/quicktest_rill.ini
smoderp2d-quicktest-sheet-stream:
uses: ./.github/workflows/cmd_template.yml
with:
pytest-suite: tests/test_cmd.py --config config_files/quicktest_sheet_stream.ini
smoderp2d-quicktest-rill-mfda:
uses: ./.github/workflows/cmd_template.yml
with:
pytest-suite: tests/test_cmd.py --config config_files/quicktest_rill_mfda.ini
smoderp2d-quicktest-stream-rill:
uses: ./.github/workflows/cmd_template.yml
with:
pytest-suite: tests/test_cmd.py --config config_files/quicktest_stream_rill.ini
smoderp2d-longtest-sheet:
uses: ./.github/workflows/cmd_template.yml
with:
pytest-suite: tests/test_cmd.py --config config_files/test_sheet.ini
smoderp2d-longtest-rill:
uses: ./.github/workflows/cmd_template.yml
with:
pytest-suite: tests/test_cmd.py --config config_files/test_rill.ini
smoderp2d-longtest-sheet-stream:
uses: ./.github/workflows/cmd_template.yml
with:
pytest-suite: tests/test_cmd.py --config config_files/test_sheet_stream.ini
smoderp2d-longtest-stream-rill-mfda:
uses: ./.github/workflows/cmd_template.yml
with:
pytest-suite: tests/test_cmd.py --config config_files/test_stream_rill_mfda.ini
smoderp2d-longtest-stream-rill:
uses: ./.github/workflows/cmd_template.yml
with:
pytest-suite: tests/test_cmd.py --config config_files/test_stream_rill.ini
profile1d:
uses: ./.github/workflows/cmd_template.yml
with:
pytest-suite: tests/test_profile1d.py