File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ only_commits:
1717
1818image :
1919 - Visual Studio 2019
20- - Ubuntu
2120
2221# Set build info
2322environment :
5150 - psql -c "CREATE USER sa WITH SUPERUSER PASSWORD 'Password12!';" -U postgres
5251 - ps : .\tests\pester.prep.ps1
5352
54-
55- - matrix :
56- only :
57- - image : Ubuntu
58- environment :
59- mssql_instance : localhost
60- scenario : all
61- TZ : GMT
62- services :
63- - mssql
64- - mysql
65- - postgresql
66- before_test :
67- - ps : .\tests\pester.prep.ps1
68- - docker run --name dbops-oracle -d -p 1521:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g-r2
69-
7053test_script :
7154 - ps : .\tests\ci.pester.ps1
72-
73-
74- # Set alternative clone folder
75- # clone_folder: c:\github\dbops
76-
77-
78-
79- # on_finish:
80- # - ps:
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ $config = New-PesterConfiguration -Hashtable $conf
2727if ($Type.Count -gt 0 ) {
2828 $env: DBOPS_TEST_DB_TYPE = $Type -join " "
2929}
30- Invoke-Pester - Configuration $config
30+ Invoke-Pester - Configuration $config - CI
You can’t perform that action at this time.
0 commit comments