Skip to content

Commit

Permalink
ci 단계 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
MojitoBar authored Dec 27, 2023
1 parent 5eab8f2 commit f378bba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ on:
jobs:
build:

runs-on: macos-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v3
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
- name: Create Secrets File
run: |
echo "GOOGLE_API_KEY=${{ secrets.GOOGLE_API_KEY }}" >> Secrets.xcconfig
Expand All @@ -27,7 +31,7 @@ jobs:
run: cat pins/Resources/GoogleService-Info.plist
- name: Print xcconfig
run: cat pins/Resources/Secrets.xcconfig
- name: Build Xcode
- name: Build & Test Xcode
run: |
xcodebuild clean test -project pins.xcodeproj \
-scheme Release \
Expand Down

0 comments on commit f378bba

Please sign in to comment.