Skip to content

Commit 196e501

Browse files
committed
Trying github actions
1 parent 7885d65 commit 196e501

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ jobs:
2121
strategy:
2222
matrix:
2323
utplsql-version: [develop, v3.0.0, v3.1.6, v3.1.11]
24-
db_image: ${{env.DB_IMAGE}}
2524

2625
services:
2726
oracle:
28-
image: ${{env.db_image}}
27+
image: ${{env.DB_IMAGE}}
2928
env:
3029
ORACLE_PASSWORD: oracle
3130
ports:

0 commit comments

Comments
 (0)