Skip to content

Commit b802f44

Browse files
committed
CI work
1 parent 3fca5ad commit b802f44

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
schedule:
77
- cron: '0 3,9,15,21 * * *'
88

9+
env:
10+
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
11+
912
jobs:
1013
skip-init:
1114
# needs: https://github.com/actions/runner-images/issues/6426
@@ -32,8 +35,8 @@ jobs:
3235
3336
cat Package.swift Package.resolved
3437
35-
xcodebuild test -skipPackagePluginValidation -sdk "macosx" -destination "platform=macosx" -scheme SomeLibraryKt
36-
#xcodebuild test -skipPackagePluginValidation -sdk "macosx" -destination "platform=macosx" -scheme SomeLibrary-Package
38+
#xcodebuild test -skipPackagePluginValidation -sdk "macosx" -destination "platform=macosx" -scheme SomeLibraryKt
39+
xcodebuild test -skipPackagePluginValidation -sdk "macosx" -destination "platform=macosx" -scheme SomeLibrary-Package
3740
3841
# add in an assertion failure to ensure the test now fails
3942
#echo 'extension SomeLibraryTests { func testFailure() { XCTAssertEqual(1, 2) } }' >> Tests/SomeLibraryTests/SomeLibraryTests.swift

0 commit comments

Comments
 (0)