File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1+ # This workflow will build a Swift project
2+ # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
3+
14name : Swift
25
36on :
47 push :
5- branches : [ master ]
8+ branches : [ " master" ]
69 pull_request :
7- branches : [ master ]
10+ branches : [ " master" ]
811
912jobs :
1013 build :
1114
1215 runs-on : macos-latest
1316
1417 steps :
15- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v4
1619 - name : Build
17- run : swift build -Xswiftc "-sdk" -Xswiftc "`xcrun --sdk iphonesimulator --show-sdk-path`" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios13.0-simulator"
18- # - name: Run tests
19- # run: swift test -v
20+ run : swift build -v
21+ - name : Run tests
22+ run : swift test -v
You can’t perform that action at this time.
0 commit comments