Skip to content

Commit d90ea93

Browse files
committed
Uncomment self_hosted_runner after PR Merge #5137 (#5291)
Squashed commit of the following: commit a62a8fc Merge: 86ceda6 40d4126 Author: realbigsean <[email protected]> Date: Mon Apr 29 14:20:23 2024 -0400 Merge branch 'unstable' into fix_todo commit 86ceda6 Author: Arvin Morawej <[email protected]> Date: Sun Feb 25 02:20:16 2024 -0500 Uncomment self_hosted_runner after PR Merge #5137
1 parent f5d092a commit d90ea93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-suite.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,7 @@ jobs:
273273
run: |
274274
make
275275
- name: Install lcli
276-
# TODO: uncomment after the version of lcli in https://github.com/sigp/lighthouse/pull/5137
277-
# is installed on the runners
278-
# if: env.SELF_HOSTED_RUNNERS == 'false'
276+
if: env.SELF_HOSTED_RUNNERS == 'false'
279277
run: make install-lcli
280278
- name: Run the doppelganger protection failure test script
281279
run: |

0 commit comments

Comments
 (0)