Skip to content

Commit

Permalink
ci: disable caching trendingmovies build as it doesnt appear to work
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Dec 1, 2022
1 parent a745091 commit 8a09831
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/profile-data-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ jobs:
- name: Install Carthage deps
if: steps.trendingmovies-carthage-cache.outputs.cache-hit != 'true'
run: cd Samples/TrendingMovies && carthage update --use-xcframeworks
- name: Cache TrendingMovies App and dSYM build products
id: cache-trending-movies-app
uses: actions/cache@v3
with:
path: |
DerivedData/Build/Products/Debug-iphoneos/TrendingMovies.app
DerivedData/Build/Products/Debug-iphoneos/TrendingMovies.app.dSYM
key: trendingmovies-app-cache-key-${{ hashFiles('Samples/TrendingMovies/TrendingMovies/**') }}-${{ hashFiles('Sentry/Sources/**') }}
- name: Cache ProfileDataGenerator UI Test Runner App build product
id: cache-profiledatagenerator-test-runner-app
uses: actions/cache@v3
Expand All @@ -39,7 +31,6 @@ jobs:
DerivedData/Build/Products/Debug-iphoneos/ProfileDataGeneratorUITest-Runner.app
key: profiledatagenerator-test-runner-app-cache-key-${{ hashFiles('Samples/TrendingMovies/ProfileDataGeneratorUITest/**') }}
- run: fastlane build_trending_movies
if: steps.cache-trending-movies-app.outputs.cache-hit != 'true'
env:
APP_STORE_CONNECT_KEY_ID: ${{ secrets.APP_STORE_CONNECT_KEY_ID }}
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
Expand Down

0 comments on commit 8a09831

Please sign in to comment.