From 68e136f13708603ed836383a3b4bad16d3ab0233 Mon Sep 17 00:00:00 2001 From: Mitchell Hentges Date: Mon, 18 Nov 2019 15:11:53 -0800 Subject: [PATCH] Exposes test report artifact for "test-debug" (#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 7ae17da14..c8f4eaa69 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