Skip to content

Commit

Permalink
Add caching for CocoaPods
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
SystemKeeper committed Sep 26, 2023
1 parent 4bc3c62 commit d2ed1c4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/uitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,14 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true


- uses: actions/cache@v3
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Install docker
run: |
brew install docker
Expand Down

0 comments on commit d2ed1c4

Please sign in to comment.