Skip to content

Commit

Permalink
Uncomment self_hosted_runner after PR Merge #5137 (#5291)
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit a62a8fc
Merge: 86ceda6 40d4126
Author: realbigsean <sean@sigmaprime.io>
Date:   Mon Apr 29 14:20:23 2024 -0400

    Merge branch 'unstable' into fix_todo

commit 86ceda6
Author: Arvin Morawej <arvin.morawej@gmail.com>
Date:   Sun Feb 25 02:20:16 2024 -0500

    Uncomment self_hosted_runner after PR Merge #5137
  • Loading branch information
michaelsproul committed Apr 30, 2024
1 parent f5d092a commit d90ea93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d90ea93

Please sign in to comment.