Skip to content

Commit

Permalink
print stderr from everest run
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Dec 20, 2024
1 parent aabca02 commit 6896b0a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test_ert_with_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,18 @@ jobs:
set -e
pytest tests/ert/unit_tests/resources/test_run_flow_simulator.py
- name: Run Ert on an example configuration with flow
run: |
pushd test-data/ert/flow_example
perl -p -i -e 's/NUM_REALIZATIONS\s*12/NUM_REALIZATIONS 2/g' flow.ert
ert ensemble_experiment flow.ert --disable-monitor
ert ensemble_experiment flow.ert
popd
- name: Run everest integration test with OPM flow
- name: Run Everest on an example configuration with flow
run: |
set -e
pushd test-data/everest/egg/everest/model
everest lint config_flow.yml
everest run config_flow.yml
find . -name *stderr* -exec cat {} \;
popd

0 comments on commit 6896b0a

Please sign in to comment.