gha : Run pytest and disable main workflow

This commit is contained in:
Magne Sjaastad 2020-06-16 15:00:45 +02:00
parent 4e586950f0
commit c4f8d0cffb
2 changed files with 1 additions and 1 deletions

View File

@ -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: |