Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ian4hu authored Dec 11, 2019
1 parent 44b1c87 commit 302d775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build
run: swift build -v
run: xcode-select -v
- name: Run tests
run: swift test -v
run: xcodebuild -workspace Clipy.xcworkspace -scheme Clipy -destination 'platform=macOS' clean test

0 comments on commit 302d775

Please sign in to comment.