Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7beb7d

Browse files
committed
Added username and password
1 parent 35e7e78 commit e7beb7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
image: gvenzl/oracle-xe:21-slim
2323
env:
2424
ORACLE_PASSWORD: oracle
25+
DB_URL: "127.0.0.1:1521:XE"
26+
DB_USER: APP
27+
DB_PASS: pass
2528
ports:
2629
- 1521:1521
2730
options: >-

0 commit comments

Comments
 (0)