From b8083ca25566ab2edd6e25c9e27316506adbe7a9 Mon Sep 17 00:00:00 2001 From: Dan Caseley Date: Sun, 26 Jul 2020 22:26:44 +0100 Subject: [PATCH] Improve Detox App caching --- .github/workflows/ios_detox.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ios_detox.yml b/.github/workflows/ios_detox.yml index f23d0f6b6..212b4a0bc 100644 --- a/.github/workflows/ios_detox.yml +++ b/.github/workflows/ios_detox.yml @@ -23,8 +23,8 @@ jobs: uses: actions/cache@v1 id: detoxappcache with: - path: ios/build/Build/Products/Release-iphonesimulator/RocketChatRN.app - key: iOSDetoxRelease-v3-${{ hashFiles('yarn.lock') }}-${{ hashFiles('ios/Podfile.lock') }}-${{ hashFiles('./app-git-revision.txt') }} + path: ios/build/Build/Products/Release-iphonesimulator + key: iOSDetoxRelease-v4-${{ hashFiles('yarn.lock') }}-${{ hashFiles('ios/Podfile.lock') }}-${{ hashFiles('./app-git-revision.txt') }} - name: Node if: steps.detoxappcache.outputs.cache-hit != 'true' @@ -70,8 +70,8 @@ jobs: uses: actions/cache@v1 id: detoxappcache with: - path: ios/build/Build/Products/Release-iphonesimulator/RocketChatRN.app - key: iOSDetoxRelease-v3-${{ hashFiles('yarn.lock') }}-${{ hashFiles('ios/Podfile.lock') }}-${{ hashFiles('./app-git-revision.txt') }} + path: ios/build/Build/Products/Release-iphonesimulator + key: iOSDetoxRelease-v4-${{ hashFiles('yarn.lock') }}-${{ hashFiles('ios/Podfile.lock') }}-${{ hashFiles('./app-git-revision.txt') }} - name: Check for Detox app if: steps.detoxappcache.outputs.cache-hit != 'true' @@ -120,8 +120,8 @@ jobs: uses: actions/cache@v1 id: detoxappcache with: - path: ios/build/Build/Products/Release-iphonesimulator/RocketChatRN.app - key: iOSDetoxRelease-v3-${{ hashFiles('yarn.lock') }}-${{ hashFiles('ios/Podfile.lock') }}-${{ hashFiles('./app-git-revision.txt') }} + path: ios/build/Build/Products/Release-iphonesimulator + key: iOSDetoxRelease-v4-${{ hashFiles('yarn.lock') }}-${{ hashFiles('ios/Podfile.lock') }}-${{ hashFiles('./app-git-revision.txt') }} - name: Check for Detox app if: steps.detoxappcache.outputs.cache-hit != 'true' @@ -170,8 +170,8 @@ jobs: uses: actions/cache@v1 id: detoxappcache with: - path: ios/build/Build/Products/Release-iphonesimulator/RocketChatRN.app - key: iOSDetoxRelease-v3-${{ hashFiles('yarn.lock') }}-${{ hashFiles('ios/Podfile.lock') }}-${{ hashFiles('./app-git-revision.txt') }} + path: ios/build/Build/Products/Release-iphonesimulator + key: iOSDetoxRelease-v4-${{ hashFiles('yarn.lock') }}-${{ hashFiles('ios/Podfile.lock') }}-${{ hashFiles('./app-git-revision.txt') }} - name: Check for Detox app if: steps.detoxappcache.outputs.cache-hit != 'true'