diff --git a/.github/workflows/uitests.yml b/.github/workflows/uitests.yml index 99ddc39b1..fc9b94158 100644 --- a/.github/workflows/uitests.yml +++ b/.github/workflows/uitests.yml @@ -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