Skip to content

Commit 71db979

Browse files
Ja bist du narrischJa bist du narrisch
authored andcommitted
Updated github actions Oracle
1 parent 8bfc4c1 commit 71db979

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dotnetpull.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
- 1521:1521
4343
env:
4444
ORACLE_RANDOM_PASSWORD: true
45-
APP_USER: test
46-
APP_USER_PASSWORD: test
45+
ORACLE_PASSWORD: adfkweflajdfglkj
4746
options: >-
4847
--health-cmd healthcheck.sh
4948
--health-interval 10s
@@ -86,7 +85,7 @@ jobs:
8685
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'YourStrong@Passw0rd' -Q "CREATE DATABASE [Whatever];"
8786
- name: Create Oracle user
8887
run: |
89-
sql test/test@localhost/FREEPDB1 <<EOF
88+
sql sys/adfkweflajdfglkj@localhost/FREEPDB1 as sysdba <<EOF
9089
WHENEVER SQLERROR EXIT SQL.SQLCODE
9190
SET ECHO ON
9291
SET FEEDBACK ON

0 commit comments

Comments
 (0)