Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e7e78 commit e7beb7dCopy full SHA for e7beb7d
1 file changed
.github/workflows/build.yml
@@ -22,6 +22,9 @@ jobs:
22
image: gvenzl/oracle-xe:21-slim
23
env:
24
ORACLE_PASSWORD: oracle
25
+ DB_URL: "127.0.0.1:1521:XE"
26
+ DB_USER: APP
27
+ DB_PASS: pass
28
ports:
29
- 1521:1521
30
options: >-
0 commit comments