Skip to content

Commit 83bed14

Browse files
author
Jacek Gębal
committed
Update build process
1 parent bc7d14a commit 83bed14

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
@@ -15,6 +15,9 @@ defaults:
1515
jobs:
1616
build:
1717

18+
env:
19+
DB_URL: localhost:1521/FREEPDB1
20+
1821
runs-on: ubuntu-latest
1922

2023
services:
@@ -23,7 +26,6 @@ jobs:
2326
env:
2427
ORACLE_PASSWORD: oracle
2528
SERVICE_NAME: FREEPDB1
26-
DB_URL: localhost:1521/FREEPDB1
2729
ports:
2830
- 1521:1521
2931
options: >-

0 commit comments

Comments
 (0)