From d90ea934d17c527f85172f5e511d791e4a4fce5d Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 30 Apr 2024 17:33:10 +1000 Subject: [PATCH] Uncomment self_hosted_runner after PR Merge #5137 (#5291) Squashed commit of the following: commit a62a8fcf2aa2029caf8bd4049ca9536551028c11 Merge: 86ceda601 40d412629 Author: realbigsean Date: Mon Apr 29 14:20:23 2024 -0400 Merge branch 'unstable' into fix_todo commit 86ceda60192020664c6b3a3244da3359c38445e7 Author: Arvin Morawej Date: Sun Feb 25 02:20:16 2024 -0500 Uncomment self_hosted_runner after PR Merge #5137 --- .github/workflows/test-suite.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 413dd2b95dd..74aab44ac08 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -273,9 +273,7 @@ jobs: run: | make - name: Install lcli - # TODO: uncomment after the version of lcli in https://github.com/sigp/lighthouse/pull/5137 - # is installed on the runners - # if: env.SELF_HOSTED_RUNNERS == 'false' + if: env.SELF_HOSTED_RUNNERS == 'false' run: make install-lcli - name: Run the doppelganger protection failure test script run: |