Commit efa1a0b8 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Omite caché de submódulos para trabajos de test

parent 2367657c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -80,6 +80,9 @@ run-unit-tests:
    - coverage=$(grep '^All files.*' test.out | cut -d '|' -f 2 | tr -d ' ')
    - echo "Coverage - ${coverage}%"
    - rm test.out
  cache:
    paths:
      - node_modules/
  rules: *only-non-master-branches-job-rules

run-modules-functional-tests:
@@ -88,6 +91,9 @@ run-modules-functional-tests:
  script:
    - npm start &
    - grunt test-functional-local --functionalSuites=tests/functional/modules/**/!\(*Script\).js --headless
  cache:
    paths:
      - node_modules/
  rules: *only-non-master-branches-job-rules

prepare-built-version: