Skip to content

Commit

Permalink
testing detox node_modules caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed Feb 21, 2025
1 parent 59623f5 commit f882061
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/callable-e2e-test-detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ jobs:
- name: Get repo cache paths
id: cache_paths
run: |
echo "YARN_LOCK_PATH=${{ inputs.working_directory }}/yarn.lock"
echo "YARN_LOCK_PATH=${{ inputs.working_directory }}/yarn.lock" >> $GITHUB_OUTPUT
echo "POD_LOCK_PATH=${{ inputs.working_directory }}/ios/Podfile.lock" >> $GITHUB_OUTPUT
echo "DETOX_BUILD_PATH=${{ inputs.working_directory }}/ios/build" >> $GITHUB_OUTPUT
- name: test cache
run: echo "${{ steps.cache_paths.outputs.YARN_LOCK_PATH }}"

- name: Cache node_modules
id: modules-cache
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
Expand Down

0 comments on commit f882061

Please sign in to comment.