gh-XcodesOrg-XcodesApp/.github/workflows/ci.yml
dependabot[bot] 648a7a21a1
Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 10:05:29 +00:00

17 lines
280 B
YAML

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: macOS-11.0
steps:
- uses: actions/checkout@v2.3.5
- name: Run tests
env:
DEVELOPER_DIR: /Applications/Xcode_12.5.app
run: xcodebuild test -scheme Xcodes