Skip to content

Commit aea02c6

Browse files
authored
Uncomment self_hosted_runner after PR Merge #5137 (#5291)
* Uncomment self_hosted_runner after PR Merge #5137 * Merge branch 'unstable' into fix_todo * Merge branch 'unstable' of https://github.com/sigp/lighthouse into fix_todo
1 parent 63fad7e commit aea02c6

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)