File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 53
53
- sudo -u postgres psql -c "CREATE USER sa WITH PASSWORD 'Password12!';"
54
54
- sudo -u postgres psql -c "ALTER USER sa WITH SUPERUSER;"
55
55
- ps : .\tests\appveyor.prep.ps1
56
- - docker run --name dbops-oracle -d -p 1521:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g
56
+ # - docker run --name dbops-oracle -d -p 1521:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g
57
57
58
58
# before_test:
59
59
# # run preparation scripts
Original file line number Diff line number Diff line change 1
1
# this files describes which tests to run on which environment of the build matrix
2
2
3
3
$TestsRunGroups = @ {
4
- # run on scenario MSSQL
5
4
" all" = @ (
6
5
" $ModuleBase \tests\*"
7
6
" $ModuleBase \tests\mysql\*"
8
7
" $ModuleBase \tests\postgresql\*"
9
- " $ModuleBase \tests\oracle\*"
8
+ # "$ModuleBase\tests\oracle\*"
10
9
)
11
10
" windows" = @ (
12
11
" $ModuleBase \tests\*"
You can’t perform that action at this time.
0 commit comments