Skip to content

Commit 5e8d7b3

Browse files
committed
chore: Update description of new format
1 parent 84952bc commit 5e8d7b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/scripts/test_dependency_compatibility.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if [[ -z "${file}" && -z "${dependency_list}" ]]; then
4747
print_help && exit 1
4848
fi
4949

50-
MAVEN_COMMAND="mvn verify -Penable-integration-tests -Dclirr.skip -Dcheckstyle.skip -Dfmt.skip -Denforcer.skip "
50+
MAVEN_COMMAND="mvn -ntp -B verify -Penable-integration-tests -Dclirr.skip -Dcheckstyle.skip -Dfmt.skip -Denforcer.skip"
5151

5252
# Check if a list of dependencies was provided as an argument. If the list of dependency inputted
5353
# is empty, then run with the upper-bound dependencies file

.github/workflows/dependency_compatibility_test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
workflow_dispatch:
88
inputs:
99
dependencies-list:
10-
description: 'Comma-separated list of dependencies to test (Example format: protobuf=4.31.0,guava=33.4.8-jre).
10+
description: 'Comma-separated list of dependencies to test (Example format: protobuf:4.31.0,guava:33.4.8-jre).
11+
Note: The name should be the maven property. Find this value in the <properties> section in the pom.
1112
Do not include the `-D` prefix or `.version` suffix. Those values will be appended when generating
1213
the command. No input (default) will run the the upper-bound dependencies file.'
1314
required: false

0 commit comments

Comments
 (0)