enable doppelganger tests for deneb (#5137)

* enable doppelganger tests for deneb

* comment out lcli install skip

* Add sanity check

* Merge remote-tracking branch 'origin/unstable' into deneb-doppelganger
This commit is contained in:
realbigsean
2024-02-15 07:25:02 -05:00
committed by GitHub
parent f17fb291b7
commit 1711b80779
5 changed files with 61 additions and 29 deletions

View File

@@ -309,7 +309,9 @@ jobs:
run: |
make
- name: Install lcli
if: env.SELF_HOSTED_RUNNERS == 'false'
# 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'
run: make install-lcli
- name: Run the doppelganger protection failure test script
run: |