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 77d2ecc commit 6dd6764Copy full SHA for 6dd6764
1 file changed
.github/workflows/build.yml
@@ -116,6 +116,9 @@ jobs:
116
id: install-utplsql-cli
117
run: curl -Lk -o utPLSQL-cli.zip "https://github.com/utPLSQL/utPLSQL-cli/releases/download/v3.1.8/utPLSQL-cli.zip" && unzip utPLSQL-cli.zip && chmod -R u+x utPLSQL-cli
118
119
+ - name: Wait for Oracle DB to be fully ready
120
+ run: sleep 30
121
+
122
- name: Install utPLSQL
123
id: install-utplsql
124
run: docker run --rm -v $(pwd):/utPLSQL -w /utPLSQL --network host --entrypoint bash ${DOCKER_ENV} ${ORACLE_VERSION} .github/scripts/install.sh
0 commit comments