Added update expected results option to CI workflow
Closed this issue · 0 comments
sambles commented
Add --update-results
flag to pytest, this should bypass the output checks and instead extract the result tars to the expected output directories.
Setting an option on a manual job trigger update-results=True
should use pytest_opts
to pass that option to pytest
OasisPiWind/.github/workflows/integration.yml
Lines 74 to 77 in 6b0dd47
OasisPiWind/.github/workflows/test.yml
Lines 122 to 129 in 6b0dd47
with:
pytest_opts: '--update-results'
..
See: #119 (comment) and #119 (comment)