Minor bug fixes to powershell on linux and prepare to run in github w… #8
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: TestOnly | |
on: | |
push: | |
branches: | |
- test-* | |
jobs: | |
BasicTests: | |
uses: ./.github/workflows/test.yml | |
secrets: inherit | |