Skip to content

Commit 0a275ba

Browse files
committed
Added echo to display the var values.
1 parent b4ba299 commit 0a275ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/Code-Quality-check.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
branches:
66
- '*'
7+
permissions:
8+
pull-requests: write
9+
contents: read
10+
issues: write
711

812
jobs:
913
test-and-quality:
@@ -34,6 +38,9 @@ jobs:
3438
3539
- name: Build and Run Tests
3640
run: |
41+
echo ${CLOUD_STORE_GROUP_ID}
42+
echo ${CLOUD_STORE_ARTIFACT_ID}
43+
echo ${CLOUD_STORE_VERSION}
3744
mvn clean install -DskipTests \
3845
-DCLOUD_STORE_GROUP_ID=${CLOUD_STORE_GROUP_ID} \
3946
-DCLOUD_STORE_ARTIFACT_ID=${CLOUD_STORE_ARTIFACT_ID} \

0 commit comments

Comments
 (0)