We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15332ed commit d018419Copy full SHA for d018419
2 files changed
.github/workflows/api-snapshot-check.yml
@@ -22,8 +22,6 @@ jobs:
22
UTPLSQL_VERSION: develop
23
UTPLSQL_FILE: utPLSQL
24
DB_URL: "//localhost:1521/FREEPDB1"
25
- DB_USER: APP
26
- DB_PASS: APP
27
28
services:
29
oracle:
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
UTPLSQL_FILE: ${{matrix.utplsql_file}}
DB_USER: APP
+ DB_PASS: pass
strategy:
fail-fast: false
@@ -37,8 +37,6 @@ jobs:
37
env:
38
ORACLE_PASSWORD: oracle
39
40
41
- DB_PASS: pass
42
ports:
43
- 1521:1521
44
options: >-
0 commit comments