Skip to content

Commit 7885d65

Browse files
committed
Trying github actions
1 parent 97479ab commit 7885d65

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build and deploy snapshot
22

3+
env:
4+
DB_IMAGE: gvenzl/oracle-xe:11-full
5+
36
on:
47
push:
58
branches: [ develop ]
@@ -13,17 +16,16 @@ jobs:
1316

1417
env:
1518
UTPLSQL_VERSION: ${{matrix.utplsql-version}}
16-
DB_IMAGE: ${{matrix.db_image}}
1719

1820
runs-on: ubuntu-latest
1921
strategy:
2022
matrix:
2123
utplsql-version: [develop, v3.0.0, v3.1.6, v3.1.11]
22-
db_image: gvenzl/oracle-xe:11-full
24+
db_image: ${{env.DB_IMAGE}}
2325

2426
services:
2527
oracle:
26-
image: ${{matrix.db_image}}
28+
image: ${{env.db_image}}
2729
env:
2830
ORACLE_PASSWORD: oracle
2931
ports:

0 commit comments

Comments
 (0)