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 ec3ca53 commit 7e45ca0Copy full SHA for 7e45ca0
1 file changed
appveyor.yml
@@ -44,7 +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
+ - ps: .\tests\functional.prep.ps1
48
49
test_script:
50
- ps: .\tests\ci.pester.ps1
0 commit comments