Skip to content

Commit

Permalink
key var
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Dec 12, 2023
1 parent 2261710 commit c362f88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-tests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
id: cache
env:
EXAMPLE_SRC: ./examples/${{ env.PROJECT_NAME }}/src
KEY: hashFiles(format('src/**', 'ios/**', ${{ env.EXAMPLE_SRC }} ))
with:
path: |
${{ env.APP_PATH }}
${{ env.APP_PATH }}.dSYM
key: ${{ runner.os }}-${{ hashFiles(format('src/**', 'ios/**', env.EXAMPLE_SRC)) }}
key: ${{ runner.os }}-${{ env.KEY }}

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

0 comments on commit c362f88

Please sign in to comment.