-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from BudgetBuddiesTeam/develop
[Feat] QA 브랜치에서 동작하는 GitHub Action을 확인합니다.
- Loading branch information
Showing
364 changed files
with
2,044 additions
and
599 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: Chore Request | ||
about: 문서 작성 등 다양한 작업 항목을 요청합니다. | ||
title: "[Chore] " | ||
labels: "\U0001F5C2️ Chore" | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 🗂️ Chore Request | ||
|
||
### 📝 설명 | ||
|
||
> 해당 항목에 대해서 설명해주세요. | ||
### 🗂️ 첨부자료 | ||
|
||
> 첨부자료가 있다면 첨부해주세요. |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: Release Request | ||
about: 배포 전 확인사항 요청입니다. | ||
title: "[Release] " | ||
labels: "\U0001FA84 Release" | ||
assignees: jayn2u, SeungEEE, SeungWon1125 | ||
|
||
--- | ||
|
||
## 🪄 Release Request | ||
|
||
### 📝 설명 | ||
|
||
> 해당 항목에 대해서 설명해주세요. | ||
### 🗂️ 첨부자료 | ||
|
||
> 첨부자료가 있다면 첨부해주세요. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: Build Tests | ||
|
||
on: | ||
push: | ||
branches: | ||
- qa | ||
|
||
jobs: | ||
Build_Test: | ||
runs-on: macos-latest | ||
environment: Configuration File Secrets | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: jdx/mise-action@v2 | ||
- uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: 3.3.0 | ||
|
||
- name: Install Fastlane | ||
run: | | ||
gem install fastlane | ||
- name: Install Ruby Dependencies | ||
run: | | ||
bundle install | ||
- name: Create Release & Debug Configuration Files | ||
env: | ||
BASE_DOMAIN: ${{ secrets.BASE_DOMAIN }} | ||
run: | | ||
echo "BASE_DOMAIN = $BASE_DOMAIN" >> Release.xcconfig | ||
cat Release.xcconfig | ||
mv Release.xcconfig BudgetBuddiesApp/BudgetBuddiesApp/Resources | ||
echo "BASE_DOMAIN = $BASE_DOMAIN" >> Debug.xcconfig | ||
cat Debug.xcconfig | ||
mv Debug.xcconfig BudgetBuddiseApp/BudgetBuddiesApp/Resources | ||
- name: Install Dependencies | ||
run: | | ||
tuist install | ||
- name: Build Project | ||
run: | | ||
tuist build |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[tools] | ||
tuist = "4.23.0" |
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
BudgetBuddies/BudgetBuddies/BudgetBuddiesUITests/BudgetBuddiesUITests.swift
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
### macOS ### | ||
# General | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
# Icon must end with two | ||
Icon | ||
|
||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear in the root of a volume | ||
.DocumentRevisions-V100 | ||
.fseventsd | ||
.Spotlight-V100 | ||
.TemporaryItems | ||
.Trashes | ||
.VolumeIcon.icns | ||
.com.apple.timemachine.donotpresent | ||
|
||
# Directories potentially created on remote AFP share | ||
.AppleDB | ||
.AppleDesktop | ||
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
### Xcode ### | ||
# Xcode | ||
# | ||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore | ||
|
||
## User settings | ||
xcuserdata/ | ||
|
||
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) | ||
*.xcscmblueprint | ||
*.xccheckout | ||
|
||
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) | ||
build/ | ||
DerivedData/ | ||
*.moved-aside | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
|
||
### Xcode Patch ### | ||
*.xcodeproj/* | ||
!*.xcodeproj/project.pbxproj | ||
!*.xcodeproj/xcshareddata/ | ||
!*.xcworkspace/contents.xcworkspacedata | ||
/*.gcno | ||
|
||
### Projects ### | ||
*.xcodeproj | ||
*.xcworkspace | ||
|
||
### Tuist derived files ### | ||
graph.dot | ||
Derived/ | ||
|
||
### Tuist managed dependencies ### | ||
Tuist/.build |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[tools] | ||
tuist = "4.23.0" |
2 changes: 1 addition & 1 deletion
2
...dgetBuddiesTests/BudgetBuddiesTests.swift → ...tBuddiesAppTests/BudgetBuddiesTests.swift
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
19 changes: 19 additions & 0 deletions
19
BudgetBuddiesApp/BudgetBuddiesApp/BudgetBuddiesAppUITests/BudgetBuddiesUITests.swift
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import XCTest | ||
|
||
@testable import BudgetBuddiesApp | ||
|
||
class BudgetBuddiesAppUITests: XCTestCase { | ||
|
||
@MainActor | ||
override func setUp() { | ||
let app = XCUIApplication() | ||
continueAfterFailure = false | ||
setupSnapshot(app) | ||
app.launch() | ||
} | ||
|
||
@MainActor | ||
func testTakingSnapShot() { | ||
snapshot("01_MainScreen") | ||
} | ||
} |
Oops, something went wrong.