Commit 42a635b7 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch 'always-publish-test-reports-artifacts' into 'master'

fix(artifacts): always publish test artifacts

See merge request to-be-continuous/golang!19
parents cb67b795 8e0a1c0b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -324,6 +324,7 @@ go-test:
  artifacts:
    name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"
    expire_in: 1 day
    when: always
    reports:
      junit:
        - "$GO_PROJECT_DIR/reports/junit-*.xml"
@@ -345,6 +346,7 @@ go-build-test:
  coverage: '/^(\d+.\d+\%) covered$/'
  artifacts:
    name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"
    when: always
    expire_in: 1 day
    reports:
      junit: