Skip to content

Commit

Permalink
cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Dec 12, 2023
1 parent 8e34011 commit 24c30c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e-tests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ jobs:
node-version: 14.18.1
cache: 'yarn'

# TEMP
- uses: actions/cache@v3
with:
path: |
./examples/Rn071/ios/DerivedData/Build/Products/Release-iphonesimulator/Rn071.app
./examples/Rn071/ios/DerivedData/Build/Products/Release-iphonesimulator/Rn071.app.dSYM
key: ${{ runner.os }}
key: ${{ runner.os }}-${{ hashFiles('src/**', 'ios/**', 'examples/Rn071/src/**') }}

- name: Install npm dependencies (example project)
working-directory: ./examples/Rn071/
Expand Down

0 comments on commit 24c30c9

Please sign in to comment.