Skip to content

Commit

Permalink
Merge pull request #645 from MetOffice/group_testing_output_in_GitHub…
Browse files Browse the repository at this point in the history
…_Actions

Group installation logs in testing workflow
  • Loading branch information
jfrost-mo authored May 24, 2024
2 parents 63997e4 + efc42af commit ededd0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
env:
PY_COLORS: "1"
run: |
# Install package and run pytest.
echo '::group::Installing local package'
python3 -m pip install -e .
echo '::endgroup::'
pytest --verbose --cov --cov-append --cov-config=pyproject.toml
mv .coverage ".coverage.${{ matrix.py-ver }}"
- uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Unreleased
* `@jfrost-mo`_ ensured cartopy data files are included in the GitHub Actions
cache in :pr:`647`
* `@jfrost-mo`_ grouped the package install logs in GitHub Actions in :pr:`645`
* `@daflack`_ added an inflow layer properties diagnostic in :pr:`353`
* `@jfrost-mo`_ fixed LFRic cube metadata on load in :pr:`627`. This means that
loading LFRic data no longer requires special steps in the recipe.
Expand Down

0 comments on commit ededd0b

Please sign in to comment.