diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..a35ddb1 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,13 @@ +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 \ No newline at end of file