mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-10 17:47:19 +00:00
Delete test workflow
This commit is contained in:
parent
95703c958e
commit
fe29f89341
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
@ -1,13 +0,0 @@
|
|||||||
name: Test
|
|
||||||
|
|
||||||
on: [push, pull_request]
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: macos-11.0
|
|
||||||
timeout-minutes: 10
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Set Environment
|
|
||||||
run: sudo xcrun xcode-select -s /Applications/Xcode_13.1.app
|
|
||||||
- name: Test
|
|
||||||
run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive
|
|
Loading…
Reference in New Issue
Block a user