Skip to content

Commit 1699cbd

Browse files
committed
Updated GitHub CI: Added Linux build and unit test
1 parent 17ce03a commit 1699cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ jobs:
178178
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "$SCHEME" -destination "platform=watchOS Simulator,name=$DESTNAME" | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
179179

180180
linux:
181-
name: linux
182-
runs-on: ubuntu-latests
181+
name: Linux
182+
runs-on: ubuntu-latest
183183
steps:
184184
- uses: actions/checkout@main
185185
- name: Build

0 commit comments

Comments
 (0)