Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
ignore되어있는 .xcconfig secret에 추가후 스크립트 변경
  • Loading branch information
iOS-Ruel authored Aug 26, 2024
1 parent 8ab0efb commit dc7a44c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Create API_KEY.xcconfig file
run: |
echo "API_KEY=${{ secrets.API_KEY }}" > CamPlace/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'

0 comments on commit dc7a44c

Please sign in to comment.