mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-18 05:22:11 +00:00
11 lines
225 B
YAML
11 lines
225 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 |