Skip to content

Commit 95529f6

Browse files
committed
Trying github actions
1 parent 99463f0 commit 95529f6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ on:
99
workflow_dispatch:
1010

1111
jobs:
12-
env:
13-
UTPLSQL_VERSION: ${{matrix.utplsql-version}}
14-
DB_IMAGE: ${{matrix.db_image}}
1512
build:
1613

14+
env:
15+
UTPLSQL_VERSION: ${{matrix.utplsql-version}}
16+
DB_IMAGE: ${{matrix.db_image}}
17+
1718
runs-on: ubuntu-latest
1819
startegy:
1920
matrix:

0 commit comments

Comments
 (0)