Skip to content

Commit 5f8ebdb

Browse files
author
Jacek Gębal
committed
Update of deployment scripts
1 parent d6d3379 commit 5f8ebdb

File tree

7 files changed

+4
-106
lines changed

7 files changed

+4
-106
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ jobs:
2020
name: Test on JDK ${{ matrix.jdk }} with utPLSQL ${{ matrix.utplsql_version }}
2121
runs-on: ubuntu-latest
2222
env:
23-
ORACLE_VERSION: "gvenzl/oracle-xe:18.4.0-slim"
2423
UTPLSQL_VERSION: ${{matrix.utplsql_version}}
2524
UTPLSQL_FILE: ${{matrix.utplsql_file}}
26-
ORACLE_PASSWORD: oracle
27-
DB_URL: "127.0.0.1:1521:XE"
25+
DB_URL: "127.0.0.1:1521:FREEPDB1"
2826
DB_USER: app
2927
DB_PASS: app
3028

@@ -43,6 +41,7 @@ jobs:
4341
image: gvenzl/oracle-free:23-slim-faststart
4442
env:
4543
ORACLE_PASSWORD: oracle
44+
SERVICE_NAME: FREEPDB1
4645
ports:
4746
- 1521:1521
4847
options: >-
@@ -62,10 +61,10 @@ jobs:
6261
java-version: ${{matrix.jdk}}
6362

6463
- name: Install utplsql
65-
run: .travis/install_utplsql.sh
64+
run: .github/scripts/install_utplsql.sh
6665

6766
- name: Install demo project
68-
run: .travis/install_demo_project.sh
67+
run: .github/scripts/install_demo_project.sh
6968

7069
- name: Build and Test
7170
run: mvn verify jar:jar appassembler:assemble

.travis.yml

Lines changed: 0 additions & 87 deletions
This file was deleted.

.travis/start_db.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)