Skip to content

Commit d4920a7

Browse files
Update Build CI
1 parent 3134429 commit d4920a7

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
@@ -20,7 +20,7 @@ on:
2020
workflow_dispatch:
2121

2222
schedule:
23-
- cron: '0 0 * * *' # once a day @ 12:00am UTC (8:00am Singapore time)
23+
- cron: '0 21 * * 5' # Runs at 5 AM Singapore time (21:00 UTC) every Saturday
2424

2525
env:
2626
SCHEME: "PipelineNeo-CI"
@@ -52,4 +52,4 @@ jobs:
5252
- name: Build
5353
run: xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "$SCHEME" -destination "generic/platform=macOS,name=Any Mac" | xcbeautify && exit ${PIPESTATUS[0]}
5454
- name: Unit Tests
55-
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "$SCHEME" -destination "platform=macOS" | xcbeautify && exit ${PIPESTATUS[0]}
55+
run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "$SCHEME" -destination "platform=macOS" | xcbeautify && exit ${PIPESTATUS[0]}

0 commit comments

Comments
 (0)