Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Dec 12, 2023
1 parent 4311e59 commit e8551a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
path: |
${{ env.APP_PATH }}
${{ env.APP_PATH }}.dSYM
key: ${{ runner.os }}-${{ hashFiles('src/**', 'ios/**', ${{ env.EXAMPLE_SRC }}) }}
key: ${{ runner.os }}-${{ hashFiles(format('src/**', 'ios/**', ${{ env.EXAMPLE_SRC }})) }}

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

0 comments on commit e8551a0

Please sign in to comment.