Преглед на файлове

Run services test twice

Steven Silvester преди 8 години
родител
ревизия
ee67101d90
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      scripts/travis_script.sh

+ 1 - 1
scripts/travis_script.sh

@@ -25,7 +25,7 @@ if [[ $GROUP == tests ]]; then
     npm run build
     npm run build:test
     npm test
-    npm run test:services
+    npm run test:services || npm run test:services
 
     # Make sure we have CSS that can be converted with postcss
     npm install -g postcss-cli