Commit 236cf9cf authored by totara-thib's avatar totara-thib
Browse files

chore: add --passWithNoTests option to jest job

parent f27cb699
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [1.2.0] - 2022-06-13
* Add --passWithNoTests option

## [1.1.1] - 2022-06-13
* Add docker image tag in variable 

+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ jest:
        npm install --save-dev jest-junit
      fi

    - npm run test -- --coverage --ci --reporters=default --reporters=jest-junit --lastCommit=${JEST_INCREMENTAL} ${ADDITIONAL_OPTIONS}
    - npm run test -- --coverage --ci --reporters=default --reporters=jest-junit --passWithNoTests --lastCommit=${JEST_INCREMENTAL} ${ADDITIONAL_OPTIONS}
  coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
  artifacts:
    when: always