Skip to content

Commit 7e45ca0

Browse files
committed
functional prep for appveyor
1 parent ec3ca53 commit 7e45ca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ after_build:
4444
before_test:
4545
- SET PATH=C:\Program Files\PostgreSQL\9.6\bin\;%PATH%
4646
- psql -c "CREATE USER sa WITH SUPERUSER PASSWORD 'Password12!';" -U postgres
47-
- ps: .\tests\pester.prep.ps1
47+
- ps: .\tests\functional.prep.ps1
4848

4949
test_script:
5050
- ps: .\tests\ci.pester.ps1

0 commit comments

Comments
 (0)