CFBase: correct the CFNull type name #187
Workflow file for this run
This file contains hidden or 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: Apple Foundation Reference | |
| # Runs the CoreBase Test suite with against Apples (Core)Foundation. | |
| # We want our behavior to match. Test files may be excluded by setting | |
| # the APPLE_SKIP_TESTS environment variable. | |
| on: | |
| push: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| macos: | |
| name: macOS Apple CoreFoundation tests | |
| runs-on: macos-latest | |
| steps: | |
| - name: Check out source | |
| uses: actions/checkout@v4 | |
| - name: Run Apple compatibility tests | |
| run: ./.github/scripts/run-apple-tests.py |