There was an error while loading. Please reload this page.
1 parent 3de595e commit 51066ddCopy full SHA for 51066dd
1 file changed
.github/workflows/build.yml
@@ -37,7 +37,9 @@ jobs:
37
image: gvenzl/oracle-free:23-slim-faststart
38
env:
39
ORACLE_PASSWORD: oracle
40
- SERVICE_NAME: FREEPDB1
+ DB_URL: "//localhost:1521/FREEPDB1"
41
+ DB_USER: APP
42
+ DB_PASS: APP
43
ports:
44
- 1521:1521
45
options: >-
0 commit comments