check for ye old sdot bug #113
Workflow file for this run
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: cmakeCI | |
#NB: this will be merged tin the main one or something similar | |
on: | |
pull_request: | |
branches: | |
- 'cmake**' | |
jobs: | |
# runBasicTests: | |
# uses: ./.github/workflows/cmakeAndTest.yml | |
# secrets: inherit | |
mac: | |
uses: ./.github/workflows/macWF.yml | |
secrets: inherit |