Skip to content

Commit

Permalink
Merge branch 'master' into wardrobeAssistant
Browse files Browse the repository at this point in the history
  • Loading branch information
ApplebaumIan authored Nov 27, 2019
2 parents 09a8e56 + 9870216 commit 47ec015
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 47ec015

Please sign in to comment.