Skip to content

Commit

Permalink
gha : Run pytest and disable main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jun 16, 2020
1 parent 4e58695 commit c4f8d0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/ResInsightWithCache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c4f8d0c

Please sign in to comment.