From e60178b0cf7fa82d015e8af4f50fb5f0e8914a50 Mon Sep 17 00:00:00 2001 From: Mitchell Hentges Date: Mon, 18 Nov 2019 15:11:53 -0800 Subject: [PATCH] [fenix] Exposes test report artifact for "test-debug" (https://github.com/mozilla-mobile/fenix/pull/6644) --- taskcluster/ci/test/kind.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/taskcluster/ci/test/kind.yml b/taskcluster/ci/test/kind.yml index 7ae17da14c..c8f4eaa695 100644 --- a/taskcluster/ci/test/kind.yml +++ b/taskcluster/ci/test/kind.yml @@ -41,6 +41,11 @@ jobs: - name: project/mobile/fenix/public-tokens key: codecov path: .cc_token + worker: + artifacts: + - name: public/reports/index.html + path: /builds/worker/checkouts/src/app/build/reports/tests/testGeckoNightlyDebugUnitTest/index.html + type: file ui: attributes: build-type: debug