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 96c044d commit 6a8ca42Copy full SHA for 6a8ca42
1 file changed
.github/workflows/build.yml
@@ -37,6 +37,8 @@ jobs:
37
env:
38
ORACLE_PASSWORD: oracle
39
DB_URL: "//localhost:1521/FREEPDB1"
40
+ DB_USER: APP
41
+ DB_PASS: pass
42
ports:
43
- 1521:1521
44
options: >-
0 commit comments