Skip to content

Commit

Permalink
cache rn: test lerna native packages diff generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed Feb 25, 2025
1 parent 0c05d8c commit 585db12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/callable-e2e-test-detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
npx lerna version --conventional-commits --no-git-tag-version --no-push --json --yes | \
jq -c '[ .[] | select(.name | IN("@aws-amplify/react-native", "@aws-amplify/rtn-push-notification", "@aws-amplify/rtn-web-browser")) | {name, newVersion} ]' \
> ${{ inputs.working_directory }}/lerna_versions.json
> ~/lerna_versions.json
echo "After running lerna version"
cat ${{ inputs.working_directory }}/lerna_versions.json
cat ~/lerna_versions.json
- name: test cache
run: |
Expand Down

0 comments on commit 585db12

Please sign in to comment.