Skip to content

Commit f9f315d

Browse files
committed
one echo
1 parent dd37d88 commit f9f315d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
content=$(cat build.gradle.kts)
3131
if [[ $content == *"versionName = \"4.22.0\""* && $content == *"versionCode = 123"* ]]; then
32-
echo "Mock build.gradle.kts contains versionName and versionCode"
32+
echo "Mock build.gradle.kts contains versionName and versionCode, NAME is $ANDROID_VERSION_NAME, CODE is $ANDROID_VERSION_CODE"
3333
else
3434
echo "Mock build.gradle.kts does not contain expected values"
3535
exit 1
@@ -41,5 +41,3 @@ jobs:
4141
# echo "Validation: Environment variables do not match mock values"
4242
# exit 1
4343
# fi
44-
echo "ANDROID_VERSION_NAME is $ANDROID_VERSION_NAME"
45-
echo "$ANDROID_VERSION_CODE is $ANDROID_VERSION_CODE"

0 commit comments

Comments
 (0)