Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlidakis committed Nov 12, 2024
1 parent be2c652 commit 938e22e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/xcode-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
uses: actions/cache@v4
id: spm-cache
with:
path: derived_data
path: spm_cache
key: ${{ env.IMAGE }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: ${{ env.IMAGE }}-spm-
- uses: mikehardy/buildcache-action@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
with:
key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
derivedDataDirectory: derived_data
- uses: ./.github/actions/bootstrap
env:
INSTALL_YEETD: true
Expand Down
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ lane :test do |options|
scheme: 'StreamVideo',
testplan: 'StreamVideo',
clean: is_localhost,
derived_data_path: derived_data_path,
cloned_source_packages_path: source_packages_path,
# derived_data_path: derived_data_path,
# cloned_source_packages_path: source_packages_path,
devices: options[:device],
number_of_retries: 3,
skip_build: options[:skip_build],
Expand Down

0 comments on commit 938e22e

Please sign in to comment.