Skip to content

Commit d018419

Browse files
author
Jacek Gębal
committed
Cleanup of build process
1 parent 15332ed commit d018419

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

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

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

2826
services:
2927
oracle:

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
UTPLSQL_FILE: ${{matrix.utplsql_file}}
2424
DB_URL: "//localhost:1521/FREEPDB1"
2525
DB_USER: APP
26-
DB_PASS: APP
26+
DB_PASS: pass
2727

2828
strategy:
2929
fail-fast: false
@@ -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)