Skip to content

Commit

Permalink
fix: change tz
Browse files Browse the repository at this point in the history
  • Loading branch information
HiHoi authored Mar 25, 2024
1 parent 35f68b7 commit 475c342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: szenius/[email protected]
with:
timezoneMacos: "Asia/Japan"
timezoneMacos: "Asia/Korea"

- name: Install pods
run: |
Expand All @@ -36,4 +36,4 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_15.0.app

- name: Run Test
run: xcodebuild test clean -workspace ./HANE24.xcworkspace -scheme 24HANE -destination 'platform=iOS Simulator,name=iPhone 14 Pro' | xcpretty --test --color
run: xcodebuild test clean -workspace ./HANE24.xcworkspace -scheme 24HANE -destination 'platform=iOS Simulator,name=iPhone 14 Pro' | xcpretty --color

0 comments on commit 475c342

Please sign in to comment.