secretive/.github/workflows/test.yml
2020-03-15 16:28:16 -07:00

13 lines
239 B
YAML

name: Test
on:
push:
- '*'
jobs:
build:
runs-on: macOS-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v1
- name: Test
run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive