We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07c619 commit 3e3c560Copy full SHA for 3e3c560
.github/workflows/build.yml
@@ -97,7 +97,8 @@ jobs:
97
98
- name: Install utPLSQL
99
id: install-utplsql
100
- run: docker run --rm -v $(pwd):/utPLSQL -w /utPLSQL --network host --entrypoint bash ${DOCKER_ENV} ${ORACLE_VERSION} .github/scripts/install.sh
+# run: docker run --rm -v $(pwd):/utPLSQL -w /utPLSQL --network host --entrypoint bash ${DOCKER_ENV} ${ORACLE_VERSION} .github/scripts/install.sh
101
+ run: docker exec -w /utPLSQL ${DOCKER_ENV} oracle bash .github/scripts/install.sh
102
103
- name: Check code style
104
if: ${{ matrix.id == 1 }}
0 commit comments