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

Skip to content

Commit 6dd6764

Browse files
committed
Testing delays
1 parent 77d2ecc commit 6dd6764

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ jobs:
116116
id: install-utplsql-cli
117117
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
118118

119+
- name: Wait for Oracle DB to be fully ready
120+
run: sleep 30
121+
119122
- name: Install utPLSQL
120123
id: install-utplsql
121124
run: docker run --rm -v $(pwd):/utPLSQL -w /utPLSQL --network host --entrypoint bash ${DOCKER_ENV} ${ORACLE_VERSION} .github/scripts/install.sh

0 commit comments

Comments
 (0)