Skip to content

Commit

Permalink
hash env
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Dec 12, 2023
1 parent 475b587 commit 4311e59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-tests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:

- uses: actions/cache@v3
id: cache
env:
EXAMPLE_SRC: ./examples/${{ env.PROJECT_NAME }}/src
with:
path: |
${{ env.APP_PATH }}
${{ env.APP_PATH }}.dSYM
key: ${{ runner.os }}-${{ hashFiles('src/**', 'ios/**', 'examples/${{ env.PROJECT_NAME }}/src/**') }}
key: ${{ runner.os }}-${{ hashFiles('src/**', 'ios/**', ${{ env.EXAMPLE_SRC }}) }}

- uses: actions/setup-node@v3
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 4311e59

Please sign in to comment.