Skip to content

Commit 60dff1d

Browse files
author
Jacek Gębal
committed
Fixing the utplsql_style_check code
1 parent 229d072 commit 60dff1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Check code style
103103
if: ${{ matrix.id == 1 }}
104104
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
105+
run: docker exec -w /utPLSQL ${DOCKER_ENV} oracle "$SQLCLI" ${UT3_DEVELOP_SCHEMA}/${UT3_DEVELOP_SCHEMA_PASSWORD}@//${CONNECTION_STR} @/utPLSQL/development/utplsql_style_check.sql
106106

107107
- name: Validate utPLSQL uninstall
108108
if: ${{ matrix.id == 1 }}

0 commit comments

Comments
 (0)