From 8a098317a3f3baecde8cd30b9827649911f23fe6 Mon Sep 17 00:00:00 2001 From: Andrew McKnight Date: Thu, 1 Dec 2022 11:24:39 -0800 Subject: [PATCH] ci: disable caching trendingmovies build as it doesnt appear to work --- .github/workflows/profile-data-generator.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/profile-data-generator.yml b/.github/workflows/profile-data-generator.yml index d107d6ca99e..ca94a9a793f 100644 --- a/.github/workflows/profile-data-generator.yml +++ b/.github/workflows/profile-data-generator.yml @@ -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 @@ -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 }}