Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229d072 commit 60dff1dCopy full SHA for 60dff1d
1 file changed
.github/workflows/build.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Check code style
103
if: ${{ matrix.id == 1 }}
104
id: check-coding-style
105
- run: docker exec -w /utPLSQL ${DOCKER_ENV} oracle bash "$SQLCLI" $UT3_DEVELOP_SCHEMA/$UT3_DEVELOP_SCHEMA_PASSWORD@//$CONNECTION_STR @development/utplsql_style_check.sql
+ run: docker exec -w /utPLSQL ${DOCKER_ENV} oracle "$SQLCLI" ${UT3_DEVELOP_SCHEMA}/${UT3_DEVELOP_SCHEMA_PASSWORD}@//${CONNECTION_STR} @/utPLSQL/development/utplsql_style_check.sql
106
107
- name: Validate utPLSQL uninstall
108
0 commit comments