Skip to content

Commit 038d2b7

Browse files
author
Jacek Gębal
committed
Fixing build process
1 parent 6a8ca42 commit 038d2b7

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/api-snapshot-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
UTPLSQL_VERSION: develop
2323
UTPLSQL_FILE: utPLSQL
2424
DB_URL: "//localhost:1521/FREEPDB1"
25+
DB_USER: APP
26+
DB_PASS: pass
2527

2628
services:
2729
oracle:
2830
image: gvenzl/oracle-free:23-slim-faststart
2931
env:
3032
ORACLE_PASSWORD: oracle
3133
DB_URL: "//localhost:1521/FREEPDB1"
32-
DB_USER: APP
33-
DB_PASS: pass
3434
ports:
3535
- 1521:1521
3636
options: >-

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
env:
3838
ORACLE_PASSWORD: oracle
3939
DB_URL: "//localhost:1521/FREEPDB1"
40-
DB_USER: APP
41-
DB_PASS: pass
4240
ports:
4341
- 1521:1521
4442
options: >-

0 commit comments

Comments
 (0)