gha : Fix path

This commit is contained in:
Magne Sjaastad
2020-06-16 15:21:31 +02:00
parent c4f8d0cffb
commit 9e728191f4

View File

@@ -205,7 +205,7 @@ jobs:
- name: Run pytest
if: contains( matrix.config.os, 'windows')
env:
RESINSIGHT_EXECUTABLE: ${{ runner.workspace }}/ResInsight/cmakebuild/ApplicationCode/Release/ResInsight.exe
RESINSIGHT_EXECUTABLE: ${{ runner.workspace }}/ResInsight/cmakebuild/ApplicationCode/ResInsight.exe
run: |
cd ApplicationCode/GrpcInterface/Python/rips
pytest --console