mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 01:41:42 -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: |
|
||||
cmakebuild/ApplicationCode/ResInsight --unittest
|
||||
- name: Run pytest
|
||||
if: "contains( matrix.os, 'windows')"
|
||||
if: contains( matrix.config.os, 'windows')
|
||||
env:
|
||||
RESINSIGHT_EXECUTABLE: ${{ runner.workspace }}/ResInsight/cmakebuild/ApplicationCode/Release/ResInsight.exe
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user