File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Tests
2
+
3
+ on :
4
+ push :
5
+ branches : [ main ]
6
+ paths-ignore :
7
+ - ' README.md'
8
+ pull_request :
9
+ branches : [ main ]
10
+ paths-ignore :
11
+ - ' README.md'
12
+
13
+ jobs :
14
+ build :
15
+ runs-on : macos-latest
16
+
17
+ steps :
18
+ - uses : actions/checkout@v2
19
+
20
+ - name : Build
21
+ run : swift build -v
22
+
23
+ - name : Run tests
24
+ run : swift test -v
Original file line number Diff line number Diff line change 1
1
[ ![ License] ( https://img.shields.io/github/license/silkodenis/swiftui-navigation-coordinator.svg )] ( https://github.com/silkodenis/swiftui-navigation-coordinator/blob/main/LICENSE )
2
- ![ IOS ] ( https://github.com/silkodenis/swiftui-navigation-coordinator/actions/workflows/ios .yml/badge.svg?branch=main )
2
+ ![ swift ] ( https://github.com/silkodenis/swiftui-navigation-coordinator/actions/workflows/swift .yml/badge.svg?branch=main )
3
3
4
4
# SwiftUI Navigation Coordinator
5
5
You can’t perform that action at this time.
0 commit comments