wip: dummy out import of document properties for now #393
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: macOS | |
on: | |
push: | |
pull_request: | |
branches: [ develop ] | |
jobs: | |
Test: | |
uses: ./.github/workflows/execute-tests.yml | |
with: | |
os: "macos-13" | |
workpath: "/Users/runner/work/doorstop/doorstop" | |
secrets: | |
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}} |