Skip to content

Commit

Permalink
Setting up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeheis committed Sep 22, 2021
1 parent ce6de7a commit 3cb98cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
# - name: Run tests
# run: swift test -v
run: xcodebuild -scheme Dux -destination 'platform=iOS Simulator,OS=14.5,name=iPhone 12'
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Dux

[![Build Status](https://github.com/jakeheis/Dux/workflows/Swift/badge.svg)](https://github.com/jakeheis/SwiftCLI/actions)

Guide users through your SwiftUI app with coach marks.

<img src=".github/Screenshot.png" width="240">
Expand Down Expand Up @@ -47,7 +49,7 @@ struct MyView: View {
}
```

See the `Examples` directory for examples of how to use `Dux`.
See the `Examples` directory for more examples of how to use `Dux`.

## Attributions

Expand Down

0 comments on commit 3cb98cd

Please sign in to comment.