mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
gha : Run pytest and disable main workflow
This commit is contained in:
parent
4e586950f0
commit
c4f8d0cffb
2
.github/workflows/ResInsightWithCache.yml
vendored
2
.github/workflows/ResInsightWithCache.yml
vendored
@ -203,7 +203,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cmakebuild/ApplicationCode/ResInsight --unittest
|
cmakebuild/ApplicationCode/ResInsight --unittest
|
||||||
- name: Run pytest
|
- name: Run pytest
|
||||||
if: "contains( matrix.os, 'windows')"
|
if: contains( matrix.config.os, 'windows')
|
||||||
env:
|
env:
|
||||||
RESINSIGHT_EXECUTABLE: ${{ runner.workspace }}/ResInsight/cmakebuild/ApplicationCode/Release/ResInsight.exe
|
RESINSIGHT_EXECUTABLE: ${{ runner.workspace }}/ResInsight/cmakebuild/ApplicationCode/Release/ResInsight.exe
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user