We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573e05e commit 026ce53Copy full SHA for 026ce53
.github/workflows/tests_e2e_ios.yml
@@ -75,15 +75,19 @@ jobs:
75
with:
76
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
77
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}-v1
78
+ restore-keys: ${{ runner.os }}-yarn-
79
80
- uses: actions/cache@v2
81
name: Cache Pods
82
+ id: pods-cache
83
84
path: tests/ios/Pods
85
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}-v1
86
+ restore-keys: ${{ runner.os }}-pods-
87
88
89
name: Detox Framework Cache
90
+ id: detox-cache
91
92
path: ~/Library/Detox/ios
93
key: ${{ runner.os }}-detox-framework-cache-${{ steps.xcode-version.outputs.xcode-version }}
0 commit comments