Skip to content

Commit a4230a5

Browse files
committed
WIP
1 parent 7a47dab commit a4230a5

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/ci.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
platform:
25-
# - iOS
2625
- macOS
27-
# - tvOS
28-
# - watchOS
29-
# - visionOS
3026
swift:
3127
- "6.0"
3228
# - "6.1"
@@ -35,19 +31,14 @@ jobs:
3531
os: macos-15
3632
# - swift: "6.1"
3733
# os: macos-15
38-
- action: test
39-
# - platform: tvOS
40-
# action: build
41-
# - platform: watchOS
42-
# action: build
4334
steps:
4435
- uses: actions/checkout@v4
4536
- uses: mxcl/xcodebuild@v3
4637
with:
4738
swift: ~${{ matrix.swift }}
4839
platform: ${{ matrix.platform }}
49-
action: ${{ matrix.action }}
50-
# verbosity: xcbeautify
40+
action: none
41+
- run: swift test
5142
linux:
5243
name: Linux (Swift ${{ matrix.swift }})
5344
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)