Skip to content

Commit 4da69f7

Browse files
committed
add Windows action runner to tests
1 parent 545cc7a commit 4da69f7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,19 @@ jobs:
135135
run: swift sdk install https://github.com/finagolfin/swift-android-sdk/releases/download/6.0.3/swift-6.0.3-RELEASE-android-24-0.1.artifactbundle.tar.gz --checksum 4566f23ae2d36dc5c02e915cd67d83b2af971faca4b2595fdd75cf0286acfac1
136136
- name: Build
137137
run: swift build --swift-sdk aarch64-unknown-linux-android24
138+
139+
windows_swift_6_0:
140+
runs-on: windows-latest
141+
steps:
142+
- name: Checkout
143+
uses: actions/checkout@v4
144+
- name: Install Swift
145+
uses: SwiftyLab/setup-swift@latest
146+
with:
147+
swift-version: "6.0.3"
148+
- name: Version
149+
run: swift --version
150+
- name: Build
151+
run: swift build --build-tests
152+
- name: Test
153+
run: swift test --skip-build

0 commit comments

Comments
 (0)