We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3e454 commit baccc41Copy full SHA for baccc41
.github/workflows/sdk.core.yml
@@ -13,6 +13,7 @@ on:
13
- '.github/workflows/_cocoapods.yml'
14
- '.github/workflows/_catalyst.yml'
15
- '.github/workflows/_cocoapods.cron.yml'
16
+ - 'scripts/' # Smoke test changes in `scripts/`.
17
- 'Gemfile*'
18
schedule:
19
# Run every day at 3am (PDT) / 6am (EDT) - cron uses UTC times
scripts/test_catalyst.sh
@@ -62,5 +62,5 @@ args=(
62
63
xcodebuild -version
64
gem install xcpretty
65
-local log_filename="xcodebuild-${build_mode}.log"
+log_filename="xcodebuild-${build_mode}.log"
66
xcodebuild "${args[@]}" | tee "$log_filename" | xcpretty
0 commit comments