Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
스크립트 재수정
  • Loading branch information
iOS-Ruel authored Aug 26, 2024
1 parent 1e66cd3 commit ede4890
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:

- name: Create API_KEY.xcconfig file
run: |
mkdir -p CamPlace/CamPlace
mkdir -p CamPlace
echo "API_KEY=${{ secrets.API_KEY }}" > CamPlace/CamPlace/API_KEY.xcconfig
cat CamPlace/API_KEY.xcconfig # 파일이 제대로 생성되었는지 확인 왜 안됍니까ㅜ
- name: Build Xcode
run: |
xcodebuild clean test -project CamPlace/CamPlace.xcodeproj \
-scheme CamPlace \
-destination 'platform=iOS Simulator,name=iPhone 13,OS=latest'
-allowProvisioningUpdates
ODE_SIGNING_ALLOWED=NO

0 comments on commit ede4890

Please sign in to comment.