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 9fd2e1d commit dccdd39Copy full SHA for dccdd39
1 file changed
.github/actions/setup-e2e-env/action.yml
@@ -335,7 +335,7 @@ runs:
335
with:
336
path: ios/Pods
337
key: ${{ runner.os }}-pods-${{ hashFiles('ios/Podfile.lock') }}
338
- continue-on-error: true # Don't fail if cache restoration has issues
+ continue-on-error: true # Don't fail if cache restoration has issues
339
340
# Install CocoaPods w/ cached bundler environment
341
- name: Install CocoaPods via bundler
0 commit comments