Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/wardrobeAssistant'
Browse files Browse the repository at this point in the history
  • Loading branch information
ApplebaumIan committed Nov 27, 2019
2 parents 6a321c6 + 7fffe21 commit 5e523fa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/WIP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: wip/action@master
test:
name: Test
runs-on: macOS-latest
strategy:
matrix:
destination: ['platform=iOS Simulator,OS=13.1,name=iPhone 8']
steps:
- name: Checkout
uses: actions/checkout@master
- name: Build and test
run: |
cd ColorAssistant
xcodebuild clean test -project ColorAssistant.xcodeproj -scheme ColorAssistant -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
env:
destination: ${{ matrix.destination }}
18 changes: 0 additions & 18 deletions .github/workflows/swift.yml

This file was deleted.

0 comments on commit 5e523fa

Please sign in to comment.