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 6a8ca42 commit 038d2b7Copy full SHA for 038d2b7
2 files changed
.github/workflows/api-snapshot-check.yml
@@ -22,15 +22,15 @@ jobs:
22
UTPLSQL_VERSION: develop
23
UTPLSQL_FILE: utPLSQL
24
DB_URL: "//localhost:1521/FREEPDB1"
25
+ DB_USER: APP
26
+ DB_PASS: pass
27
28
services:
29
oracle:
30
image: gvenzl/oracle-free:23-slim-faststart
31
env:
32
ORACLE_PASSWORD: oracle
33
- DB_USER: APP
- DB_PASS: pass
34
ports:
35
- 1521:1521
36
options: >-
.github/workflows/build.yml
@@ -37,8 +37,6 @@ jobs:
37
38
39
40
41
42
43
44
0 commit comments