File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
schedule :
7
7
- cron : ' 0 3,9,15,21 * * *'
8
8
9
+ env :
10
+ DEVELOPER_DIR : /Applications/Xcode_14.2.app/Contents/Developer
11
+
9
12
jobs :
10
13
skip-init :
11
14
# needs: https://github.com/actions/runner-images/issues/6426
32
35
33
36
cat Package.swift Package.resolved
34
37
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
37
40
38
41
# add in an assertion failure to ensure the test now fails
39
42
#echo 'extension SomeLibraryTests { func testFailure() { XCTAssertEqual(1, 2) } }' >> Tests/SomeLibraryTests/SomeLibraryTests.swift
You can’t perform that action at this time.
0 commit comments