From b1a726215174409f5a2094c191c42a6e6ba17543 Mon Sep 17 00:00:00 2001 From: Stephen McGruer Date: Tue, 4 Aug 2020 19:15:34 -0400 Subject: [PATCH] Add flag to test.yml --- tools/ci/tc/tasks/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/tc/tasks/test.yml b/tools/ci/tc/tasks/test.yml index 2fc11e0b27b853c..06fcf527398d14f 100644 --- a/tools/ci/tc/tasks/test.yml +++ b/tools/ci/tc/tasks/test.yml @@ -367,7 +367,7 @@ tasks: - trigger-pr description: >- Lint for wpt-specific requirements - command: "./wpt lint --all" + command: "./wpt lint --all --github-checks-text-file=/home/test/artifacts/checkrun.md" - update-built: use: