Skip to content

Commit

Permalink
Derived data cache
Browse files Browse the repository at this point in the history
  • Loading branch information
flypaper0 committed Oct 25, 2022
1 parent 0342662 commit 53f10b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
-scheme WalletConnect \
-clonedSourcePackagesDirPath SourcePackagesCache \
-destination 'platform=iOS Simulator,name=iPhone 13' \
-derivedDataPath ~/tmp/ddata \
-derivedDataPath DerivedDataCache \
test"

# Integration tests
Expand All @@ -39,7 +39,7 @@ runs:
-scheme IntegrationTests \
-clonedSourcePackagesDirPath SourcePackagesCache \
-destination 'platform=iOS Simulator,name=iPhone 13' \
-derivedDataPath ~/tmp/ddata \
-derivedDataPath DerivedDataCache \
RELAY_HOST='$RELAY_ENDPOINT' \
PROJECT_ID='$PROJECT_ID' \
test"
Expand All @@ -52,7 +52,7 @@ runs:
-project Example/ExampleApp.xcodeproj \
-scheme Wallet \
-clonedSourcePackagesDirPath SourcePackagesCache \
-derivedDataPath ~/tmp/ddata \
-derivedDataPath DerivedDataCache \
-sdk iphonesimulator"

# DApp build
Expand All @@ -63,7 +63,7 @@ runs:
-project Example/ExampleApp.xcodeproj \
-scheme DApp \
-clonedSourcePackagesDirPath SourcePackagesCache \
-derivedDataPath ~/tmp/ddata \
-derivedDataPath DerivedDataCache \
-sdk iphonesimulator"

# UI tests
Expand All @@ -73,7 +73,7 @@ runs:
run: "xcodebuild \
-project Example/ExampleApp.xcodeproj \
-scheme UITests \
-derivedDataPath ~/tmp/ddata \
-derivedDataPath DerivedDataCache \
-clonedSourcePackagesDirPath SourcePackagesCache \
-destination 'platform=iOS Simulator,name=iPhone 13' test"
continue-on-error: true
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
path: |
.build
SourcePackagesCache
DerivedDataCache
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
Expand Down

0 comments on commit 53f10b5

Please sign in to comment.