Skip to content

Commit

Permalink
feat : 테스트 커밋 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Jan 22, 2024
1 parent 966ef93 commit 41602eb
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/action-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,11 @@ jobs:
run: |
pod install --repo-update --clean-install --project-directory=KCS
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'

- name: Install Fastlane
run: gem install fastlane -NV

- name: Run Tests
- name: Build and test
run: |
echo "Running Unit Tests"
fastlane scan --scheme "Debug" --clean
echo "Tests Complete"
env:
TERM: xterm-256color

set -o pipefail && xcodebuild \
-workspace KCS/KCS.xcworkspace \
-scheme KCS \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 14,OS=latest' \
test | xcpretty

0 comments on commit 41602eb

Please sign in to comment.