We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ff434 commit d6f2b44Copy full SHA for d6f2b44
1 file changed
appveyor.yml
@@ -44,6 +44,7 @@ after_build:
44
before_test:
45
- SET PATH=C:\Program Files\PostgreSQL\9.6\bin\;%PATH%
46
- psql -c "CREATE USER sa WITH SUPERUSER PASSWORD 'Password12!';" -U postgres
47
+ - ps: .\tests\pester.prep.ps1
48
49
test_script:
50
- ps: .\tests\ci.pester.ps1 -Type SqlServer, Postgresql, MySQL -Tag UnitTests, IntegrationTests, ComplianceTests
0 commit comments