Skip to content

Commit

Permalink
[ci] try to fix ios test-suite breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Aug 5, 2021
1 parent d49e707 commit c794f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ jobs:
id: pods-cache
with:
path: 'apps/bare-expo/ios/Pods'
key: ${{ runner.os }}-bare-expo-pods-${{ hashFiles('apps/bare-expo/ios/Podfile.lock') }}
key: ${{ runner.os }}-bare-expo-pods-v2-${{ hashFiles('apps/bare-expo/ios/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-bare-expo-pods-
${{ runner.os }}-bare-expo-pods-v2-
- name: 🕵️ Debug CocoaPods lockfiles
run: git diff Podfile.lock Pods/Manifest.lock
working-directory: apps/bare-expo/ios
Expand Down

0 comments on commit c794f66

Please sign in to comment.