File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 66 - main
77 - release/*
88 paths :
9- - ' Sources/**'
10- - ' Tests/**'
11- - ' Examples/**'
12- - ' *.swift'
13- - ' Package.swift'
14- - ' Package.resolved'
15- - ' .github/workflows/ci.yml'
16- - ' Makefile'
17- - ' *.xcodeproj/**'
18- - ' *.xcworkspace/**'
19- - ' .swiftpm/**'
9+ - " Sources/**"
10+ - " Tests/**"
11+ - " Examples/**"
12+ - " *.swift"
13+ - " Package.swift"
14+ - " Package.resolved"
15+ - " .github/workflows/ci.yml"
16+ - " Makefile"
17+ - " *.xcodeproj/**"
18+ - " *.xcworkspace/**"
19+ - " .swiftpm/**"
2020 pull_request :
2121 branches :
2222 - " *"
2323 - release/*
2424 paths :
25- - ' Sources/**'
26- - ' Tests/**'
27- - ' Examples/**'
28- - ' *.swift'
29- - ' Package.swift'
30- - ' Package.resolved'
31- - ' .github/workflows/ci.yml'
32- - ' Makefile'
33- - ' *.xcodeproj/**'
34- - ' *.xcworkspace/**'
35- - ' .swiftpm/**'
25+ - " Sources/**"
26+ - " Tests/**"
27+ - " Examples/**"
28+ - " *.swift"
29+ - " Package.swift"
30+ - " Package.resolved"
31+ - " .github/workflows/ci.yml"
32+ - " Makefile"
33+ - " *.xcodeproj/**"
34+ - " *.xcworkspace/**"
35+ - " .swiftpm/**"
3636 workflow_dispatch :
3737
3838concurrency :
@@ -119,7 +119,7 @@ jobs:
119119 spm :
120120 runs-on : macos-15
121121 strategy :
122- matrix :
122+ matrix :
123123 config : [debug, release]
124124 steps :
125125 - uses : actions/checkout@v5
@@ -136,11 +136,11 @@ jobs:
136136 runs-on : ubuntu-latest
137137 steps :
138138 - uses : actions/checkout@v5
139- - name : " Remove IntegrationTests"
140- run : rm -r Tests/IntegrationTests/*
141139 - name : " Build Swift Package"
142140 run : swift build
143-
141+ - name : " Test Swift Package"
142+ run : swift test --skip IntegrationTests
143+
144144 # android:
145145 # name: Android
146146 # runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments