File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,17 +97,17 @@ jobs:
9797
9898 - name : Install utPLSQL
9999 id : install-utplsql
100- run : docker exec -w /utPLSQL ${DOCKER_ENV} oracle bash .github/scripts/install.sh
100+ run : docker exec -w /utPLSQL ${DOCKER_ENV} oracle .github/scripts/install.sh
101101
102102 - name : Check code style
103103 if : ${{ matrix.id == 1 }}
104104 id : check-coding-style
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
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 }}
109109 id : validate-uninstall
110- run : docker exec -w /utPLSQL ${DOCKER_ENV} oracle bash .github/scripts/uninstall_validate_utplsql.sh
110+ run : docker exec -w /utPLSQL ${DOCKER_ENV} oracle .github/scripts/uninstall_validate_utplsql.sh
111111
112112 - name : Reinstall utPLSQL
113113 if : ${{ matrix.id == 1 }}
Original file line number Diff line number Diff line change 44# goto git root directory
55git rev-parse && cd " $( git rev-parse --show-cdup) "
66
7- time utPLSQL-cli/bin/utplsql run UT3_TESTER_HELPER/ut3@${CONNECTION_STR} \
7+ time utPLSQL-cli/bin/utplsql run UT3_TESTER_HELPER/ut3@${CONNECTION_STR} -d -D \
88-source_path=source -owner=ut3_develop \
99-p=' ut3_tester,ut3_user' \
1010-test_path=test -c \
You can’t perform that action at this time.
0 commit comments