Skip to content

Commit

Permalink
no format
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Dec 12, 2023
1 parent c3546ca commit 2ea58ce
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 @@ -27,7 +27,7 @@ jobs:
path: |
${{ env.APP_PATH }}
${{ env.APP_PATH }}.dSYM
key: ${{ runner.os }}-${{ hashFiles(format('src/**', 'ios/**', env.EXAMPLE_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 2ea58ce

Please sign in to comment.