Conversation
- .github/workflows/tuist-ci.yml μ κ· μΆκ°: develop push/PR μ UMCApp(Tuist) μν¬μ€νμ΄μ€λ₯Ό make install β make generate β make test λ‘ λΉλ+ν μ€νΈ - runs-on: macos-26, working-directory: UMCApp - Xcode 26.4+ μ ν λ¨κ³(ios.yml λ‘μ§ μ¬μ¬μ©) - jdx/mise-action@v2 λ‘ mise.toml μ Tuist 4.155.0 μ€μΉ - Secrets.xcconfig νλ μ΄μ€νλ μμ±(ν νλ¦Ώ 볡μ¬, Shared.xcconfig μ #include? optional λλΉ) - SwiftPM/Tuist μ°μΆλ¬Ό μΊμλ‘ λΉλ μκ° λ¨μΆ - .github/workflows/ios.yml: paths νν° μΆκ° β AppProduct/** λλ μν¬νλ‘μ° νμΌ(ios.yml) λ³κ²½ μμλ§ λκ²° λ κ±°μ λΉλ μ€ν κ΄λ ¨ μ΄μ: #908
Closed
9 tasks
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
β¨ PR μ ν
π§ Chore / CI β νμ± μ½λλ² μ΄μ€(UMCApp/Tuist)μ μ»΄νμΌΒ·ν μ€νΈ κ²μ΄νΈ μΆκ° λ° λκ²° λ κ±°μ(AppProduct) CI path νν°λ§
π οΈ μμ λ΄μ©
κΈ°μ‘΄ CIλ λκ²°λ λ κ±°μ
AppProduct.xcodeprojλ§ λΉλνκ³ , νλ°ν μ΄μ μ€μΈUMCApp/(Tuist)μλ μ»΄νμΌ/ν μ€νΈ κ²μ΄νΈκ° μ 무νμ΅λλ€. (μ€μ¦: #865 μμ String ν΅μΌ νΌλλ°±μ΄ AppProduct λͺ¨λΈ 2κ°κΉμ§ μλͺ» λ°κΏ iOS CIκ° κΉ¨μ§ μ¬λ‘ β UMCApp μ체 λΉλ κΉ¨μ§μ μ΄λ€ CIλ μ‘μ§ λͺ»νλ μνμμ.)1.
.github/workflows/tuist-ci.ymlμ κ· μΆκ°developpush / PRruns-on: macos-26,working-directory: UMCAppios.ymlλ‘μ§ κ·Έλλ‘ μ¬μ¬μ©jdx/mise-action@v2λ‘mise.tomlμ Tuist4.155.0μ€μΉ (working_directory: UMCApp)UMCApp/Makefileμ¬μ©:make install(tuist install) βmake generate(tuist generate --no-open) βmake test(λΉλ+ν μ€νΈ)Secrets.xcconfigνλ μ΄μ€νλ μμ± λ¨κ³: μ κ· ν΄λ‘ μλ git-untrackedSecrets.xcconfigκ° μμΌλ―λ‘ ν νλ¦Ώμ 볡μ¬. (Secrets/Shared.xcconfigμ#include?κ° optional μ΄λΌ μμ΄λ λΉλλμ§λ§, λ‘컬 κ°λ°κ³Ό λμΌ μνλ₯Ό 보μ₯νκΈ° μν λ°©μ΄μ λ¨κ³)actions/cache@v4)λ‘ λΉλ μκ° λ¨μΆ2.
.github/workflows/ios.ymlβpathsνν° μΆκ°AppProduct/**λλ.github/workflows/ios.ymlλ³κ²½ μμλ§ λκ²° λ κ±°μ λΉλ μ€ν β λΆνμν μ€ν μ κ±°π 리뷰 ν¬μΈνΈ
tuist-ci)λdevelopμ λͺ¨λ push/PR μμ μμ λ§μΌλ‘ λμνλλ‘pathsνν°λ₯Ό λμ§ μμκ³ , λκ²°λios.ymlλ§AppProduct/**λ‘ μ’νμ΅λλ€. (λ¬λ λΆ(minutes) μ μ½μ μν΄ tuist-ci μλpaths/paths-ignore(docs λ±) νν°κ° νμνλ©΄ νμμΌλ‘ μ‘°μ κ°λ₯)GoogleService-Info.plistλ―Έμ°Έμ‘°(Firebase μμ),Shared.xcconfig(컀λ°λ¨)μ κΈ°λ³Έκ° + optional#include?λ‘ μν¬λ¦Ώ μμ΄ λΉλλ©λλ€.tuist-ciμν¬νλ‘μ°λ₯Ό νΈλ¦¬κ±°νλ―λ‘, μλ Checks μ΄λ‘λΆλ‘ μ€μ λμμ νμΈν©λλ€. (μλ£ μ‘°κ±΄μ "1ν λΉλλ‘ κ²μ¦")β Checklist
Resolves #908