Jelajahi Sumber

Run services test twice

Steven Silvester 8 tahun lalu
induk
melakukan
ee67101d90
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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