Skip to content

Commit 2554b94

Browse files
committed
enabling oracle tests on windows
1 parent 01043ef commit 2554b94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for:
2222
- image: Visual Studio 2017
2323
environment:
2424
mssql_instance: localhost\SQL2017
25-
scenario: windows
25+
scenario: all
2626
services:
2727
- mssql2017
2828
- mysql
@@ -31,6 +31,7 @@ for:
3131
- SET PATH=C:\Program Files\PostgreSQL\9.6\bin\;%PATH%
3232
- psql -c "CREATE USER sa WITH SUPERUSER PASSWORD 'Password12!';" -U postgres
3333
- ps: .\tests\appveyor.prep.ps1
34+
- docker run --name dbops-oracle -d -p 1521:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g-r2
3435

3536
- matrix:
3637
only:

0 commit comments

Comments
 (0)