Skip to content

Commit

Permalink
update workflow and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Aug 7, 2024
1 parent d5cdd7e commit c7fc3b8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,12 @@ jobs:
working-directory: ${{github.workspace}}/build
run: |
spack load tfel
make check
make check
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
with:
name: Tests reports # Name of the check run which will be created
path: build/**/*.xml # Path to test results
reporter: jest-junit
8 changes: 4 additions & 4 deletions docs/web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ integration process to guarantee that no regression would happen as
In particular, the project provides:

- a [`cmake`](https://cmake.org) infrastructure that can be duplicated
- A [`cmake`](https://cmake.org) infrastructure that can be duplicated
in (academic or industrial) derived projects. This infrastructure allows:
- to compile `MFront` sources using all interfaces supported
by `MFront`. For example, concerning behaviours, the behaviours can
Expand Down Expand Up @@ -90,9 +90,9 @@ In particular, the project provides:
[This page](creating-derived-project.html) describes how to create a
derived project based on the same infrastructure as the
`MFrontGallery`.
- a documentation of best practices to handle material knowledge
implemented using `MFront` implementations
- a set of high-quality `MFront` implementations.
- A documentation of [best practices](best-pratices.html) to handle
material knowledge implemented using `MFront` implementations.
- A set of high-quality `MFront` implementations.

Section @sec:mfm:introduction:statement_of_need discusses why a new
approach to material knowledge management is needed in the context of
Expand Down

0 comments on commit c7fc3b8

Please sign in to comment.