Skip to content

Commit 51066dd

Browse files
author
Jacek Gębal
committed
Investigation of pipeline issue
1 parent 3de595e commit 51066dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
image: gvenzl/oracle-free:23-slim-faststart
3838
env:
3939
ORACLE_PASSWORD: oracle
40-
SERVICE_NAME: FREEPDB1
40+
DB_URL: "//localhost:1521/FREEPDB1"
41+
DB_USER: APP
42+
DB_PASS: APP
4143
ports:
4244
- 1521:1521
4345
options: >-

0 commit comments

Comments
 (0)