File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 3939 - name : Show Swift version
4040 run : swift --version
4141
42+ - name : Clear SPM artifacts cache
43+ run : rm -rf ~/Library/Caches/org.swift.swiftpm/artifacts
44+
4245 - name : Get short SHA
4346 id : slug
4447 run : echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 4141 - name : Show Swift version
4242 run : swift --version
4343
44+ - name : Clear SPM artifacts cache
45+ run : rm -rf ~/Library/Caches/org.swift.swiftpm/artifacts
46+
4447 - name : Run unit tests
4548 run : swift test -q --skip KasetUITests
4649
Original file line number Diff line number Diff line change 3838 - name : Show Swift version
3939 run : swift --version
4040
41+ - name : Clear SPM artifacts cache
42+ run : rm -rf ~/Library/Caches/org.swift.swiftpm/artifacts
43+
4144 - name : Run unit tests
4245 run : swift test -q --skip KasetUITests
4346
5558 - name : Show Xcode version
5659 run : xcodebuild -version
5760
61+ - name : Clear SPM artifacts cache
62+ run : rm -rf ~/Library/Caches/org.swift.swiftpm/artifacts
63+
5864 - name : Build app bundle for UI tests
5965 env :
6066 KASET_SIGNING : adhoc
You can’t perform that action at this time.
0 commit comments