mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
Execute unit tests on ResInsight (#5698)
This commit is contained in:
parent
d74e5fe5e8
commit
41fafb1eac
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -71,6 +71,16 @@ jobs:
|
||||
run: |
|
||||
cd ApplicationCode/GrpcInterface/Python/rips
|
||||
pytest --console
|
||||
- name: Run Unit Tests Windows
|
||||
if: contains( matrix.os, 'windows')
|
||||
shell: bash
|
||||
run: |
|
||||
cmakebuild/ApplicationCode/Release/ResInsight --unittest
|
||||
- name: Run Unit Tests Linux
|
||||
if: "!contains( matrix.os, 'windows')"
|
||||
shell: bash
|
||||
run: |
|
||||
cmakebuild/ApplicationCode/ResInsight --unittest
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user