Skip to content

Commit b85ee22

Browse files
committed
Test Oracle connection
1 parent 96b3804 commit b85ee22

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
- name: Docker Test Oracle Connection
5454
if: ${{ (matrix.os == 'ubuntu-22.04') && (matrix.dotnet-version == '3.1.x') }}
5555
uses: ./.github/workflows/docker-test-oracle-connection
56-
env:
57-
ORACLE_PWD: ${{ inputs.dbPassword }}
56+
with:
57+
dbPassword: ${{ secrets.DB_PASSWORD }}
5858

5959
- name: Docker Execute (Seed Data)
6060
if: ${{ (matrix.os == 'ubuntu-22.04') && (matrix.dotnet-version == '3.1.x') }}
@@ -109,8 +109,8 @@ jobs:
109109

110110
- name: Docker Test Oracle Connection
111111
uses: ./.github/workflows/docker-test-oracle-connection
112-
env:
113-
ORACLE_PWD: ${{ inputs.dbPassword }}
112+
with:
113+
dbPassword: ${{ secrets.DB_PASSWORD }}
114114

115115
- name: Docker Execute (Seed Data)
116116
uses: ./.github/workflows/docker-execute-seed-data

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141

4242
- name: Docker Test Oracle Connection
4343
uses: ./.github/workflows/docker-test-oracle-connection
44-
env:
45-
ORACLE_PWD: ${{ inputs.dbPassword }}
44+
with:
45+
dbPassword: ${{ secrets.DB_PASSWORD }}
4646

4747
- name: Docker Execute (Seed Data)
4848
uses: ./.github/workflows/docker-execute-seed-data

0 commit comments

Comments
 (0)