Added hook for stopping pushes of code without test coverage. #207
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Windows | |
on: | |
push: | |
pull_request: | |
branches: [ develop ] | |
jobs: | |
Test: | |
uses: ./.github/workflows/execute-tests.yml | |
with: | |
basepath: 'D:\' | |
os: "windows-latest" | |
workpath: 'C:\a\doorstop\doorstop' |