Skip to content

Commit 99b1058

Browse files
committed
Only necessary steps to release
1 parent cbfc3ef commit 99b1058

File tree

1 file changed

+3
-48
lines changed

1 file changed

+3
-48
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,10 @@ on:
77

88
workflow_dispatch:
99

10-
repository_dispatch:
11-
types: [utPLSQL-build,utPLSQL-java-api-build]
12-
13-
defaults:
14-
run:
15-
shell: bash
16-
1710
jobs:
1811
build:
19-
name: Test on JDK ${{ matrix.jdk }} with utPLSQL ${{ matrix.utplsql_version }}
20-
runs-on: ubuntu-latest
21-
env:
22-
ORACLE_VERSION: "gvenzl/oracle-xe:18.4.0-slim"
23-
UTPLSQL_VERSION: ${{matrix.utplsql_version}}
24-
UTPLSQL_FILE: ${{matrix.utplsql_file}}
25-
ORACLE_PASSWORD: oracle
26-
DB_URL: "127.0.0.1:1521:XE"
27-
DB_USER: app
28-
DB_PASS: app
2912

30-
strategy:
31-
fail-fast: false
32-
matrix:
33-
utplsql_version: ["v3.0.1","v3.0.2","v3.0.3","v3.0.4","v3.1.1","v3.1.2","v3.1.3","v3.1.6","v3.1.7","v3.1.8","v3.1.9","v3.1.10","v3.1.11","develop"]
34-
utplsql_file: ["utPLSQL"]
35-
jdk: ['8']
36-
include:
37-
- utplsql_version: "v3.0.0"
38-
jdk: '8'
39-
utplsql_file: "utPLSQLv3.0.0"
40-
services:
41-
oracle:
42-
image: gvenzl/oracle-xe:18.4.0-slim
43-
env:
44-
ORACLE_PASSWORD: oracle
45-
ports:
46-
- 1521:1521
47-
options: >-
48-
--health-cmd healthcheck.sh
49-
--health-interval 10s
50-
--health-timeout 5s
51-
--health-retries 10
52-
--name oracle
13+
runs-on: ubuntu-latest
5314

5415
steps:
5516
- uses: actions/checkout@v2
@@ -61,14 +22,8 @@ jobs:
6122
java-version: ${{matrix.jdk}}
6223
cache: 'maven'
6324

64-
- name: Install utplsql
65-
run: .travis/install_utplsql.sh
66-
67-
- name: Install demo project
68-
run: .travis/install_demo_project.sh
69-
70-
- name: Test
71-
run: mvn verify appassembler:assemble assembly:single
25+
- name: Build Release
26+
run: mvn package appassembler:assemble assembly:single -DskipTests
7227

7328
slack-workflow-status:
7429
if: always()

0 commit comments

Comments
 (0)