Skip to content

Commit

Permalink
Merge branch 'wardrobeAssistant' of github.com:3296f19temple/project-…
Browse files Browse the repository at this point in the history
…05-color_assistant into wardrobeAssistant
  • Loading branch information
ApplebaumIan committed Nov 28, 2019
2 parents a4e844f + 47ec015 commit 51a9614
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/WIP.yml → .github/workflows/Automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ on: [pull_request]
name: "Set status on pull_request"

jobs:
wip:
name: "Set status"
runs-on: ubuntu-latest
steps:
- uses: wip/action@master
test:
name: Test
runs-on: macOS-latest
Expand All @@ -22,3 +17,8 @@ jobs:
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 }}
wip:
name: "Set status"
runs-on: ubuntu-latest
steps:
- uses: wip/action@master

0 comments on commit 51a9614

Please sign in to comment.