Skip to content

Commit

Permalink
Update test_dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonghwan authored May 8, 2024
1 parent 79701b9 commit a0cd80d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/Library/Developer/Xcode/DerivedData/${{env.PROJECT}}*/SourcePackages/
key: ${{ runner.os }}-spm-${{ hashFiles('AppName.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}
key: ${{ runner.os }}-spm-${{ hashFiles('${{env.PROJECT}}.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
Expand All @@ -51,9 +51,9 @@ jobs:
- name: Start Test 🛠
if: github.event_name == 'pull_request'
run: |
xcodebuild clean test
-project Pickle/Pickle.xcodeproj
-scheme Pickle
xcodebuild test \
-project Pickle/Pickle.xcodeproj \
-scheme Pickle \
-destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.0.1'
# slack 에 알림 보내기
Expand Down

0 comments on commit a0cd80d

Please sign in to comment.