File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 3737 --health-timeout=5s
3838 --health-retries=5
3939
40+ oracle :
41+ image : gvenzl/oracle-xe:21.3.0-slim
42+ ports :
43+ - 1521:1521
44+ env :
45+ ORACLE_PASSWORD : oracle
46+ options : >-
47+ --health-cmd "echo 'exit' | sqlplus -L system/oracle@localhost/XEPDB1"
48+ --health-interval=15s
49+ --health-timeout=10s
50+ --health-retries=10
51+
4052 steps :
4153 - uses : actions/checkout@v4
4254 - name : Setup .NET
Original file line number Diff line number Diff line change 1212 "Id" : " PostgreSQL" ,
1313 "ConnectionString" : " Server=localhost;Port=5432;Database=testdb;User Id=testuser;Password=testpass;"
1414 },
15- /*
1615 {
1716 "Id" : " Oracle" ,
18- "ConnectionString" : " Data Source=localhost:1521/xxx ;User Id=xxx ;Password=xxx "
17+ "ConnectionString" : " Data Source=localhost:1521/XEPDB1 ;User Id=test ;Password=test "
1918 }
20- */
2119 ]
2220}
You can’t perform that action at this time.
0 commit comments