Skip to content

make flow direction an UI option #772

make flow direction an UI option

make flow direction an UI option #772

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
mfda: true

Check failure on line 31 in .github/workflows/cmd_provider.yml

View workflow run for this annotation

GitHub Actions / CMD provider

Invalid workflow file

The workflow is not valid. .github/workflows/cmd_provider.yml (Line: 31, Col: 13): Invalid input, mfda is not defined in the referenced workflow.
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
mfda: true
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