Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84336b5

Browse files
committed
Adding data-dictionary analysis
1 parent 3b7b944 commit 84336b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ jobs:
138138
with:
139139
args: >
140140
-Dsonar.buildString=${{ format( '{0}.{1}', env.UTPLSQL_BUILD_VERSION, matrix.id ) }}
141+
-Dsonar.plsql.jdbc.url=${{ format( 'jdbc:oracle:thin:@{0}', env.CONNECTION_STR ) }}
142+
-Dsonar.plsql.jdbc.driver.path=${{ format( '{0}/ojdbc8.jar', env.OJDBC_HOME ) }}
141143
142144
publish:
143145
name: Deploy documentation

0 commit comments

Comments
 (0)