Skip to content

Commit 0c05d8c

Browse files
author
Ashwin Kumar
committed
cache rn: test lerna native packages diff generation
1 parent 921311e commit 0c05d8c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/callable-e2e-test-detox.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,13 @@ jobs:
5353
echo "POD_LOCK_PATH=${{ inputs.working_directory }}/ios/Podfile.lock" >> $GITHUB_OUTPUT
5454
echo "LERNA_VERSIONS_PATH=${{ inputs.working_directory }}/lerna_versions.json" >> $GITHUB_OUTPUT
5555
56+
echo "Before running lerna version"
57+
5658
npx lerna version --conventional-commits --no-git-tag-version --no-push --json --yes | \
5759
jq -c '[ .[] | select(.name | IN("@aws-amplify/react-native", "@aws-amplify/rtn-push-notification", "@aws-amplify/rtn-web-browser")) | {name, newVersion} ]' \
5860
> ${{ inputs.working_directory }}/lerna_versions.json
59-
61+
62+
echo "After running lerna version"
6063
cat ${{ inputs.working_directory }}/lerna_versions.json
6164
6265
- name: test cache

0 commit comments

Comments
 (0)