diff --git a/appveyor.yml b/appveyor.yml index 2469a795..fcc4411a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,5 +38,5 @@ install: test_script: - cd %APPVEYOR_BUILD_FOLDER% - - bin\behat.bat -fprogress --tags="~javascript" - - bin\phpunit.bat --verbose + - 'bin\behat.bat -fprogress --tags="~javascript&&@store"' + - 'bin\phpunit.bat --verbose'