Skip to content

Commit baccc41

Browse files
authored
fix: syntax error in scripts/test_catalyst.sh (#15699)
1 parent dd3e454 commit baccc41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/sdk.core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- '.github/workflows/_cocoapods.yml'
1414
- '.github/workflows/_catalyst.yml'
1515
- '.github/workflows/_cocoapods.cron.yml'
16+
- 'scripts/' # Smoke test changes in `scripts/`.
1617
- 'Gemfile*'
1718
schedule:
1819
# Run every day at 3am (PDT) / 6am (EDT) - cron uses UTC times

scripts/test_catalyst.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ args=(
6262

6363
xcodebuild -version
6464
gem install xcpretty
65-
local log_filename="xcodebuild-${build_mode}.log"
65+
log_filename="xcodebuild-${build_mode}.log"
6666
xcodebuild "${args[@]}" | tee "$log_filename" | xcpretty

0 commit comments

Comments
 (0)