1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix check for making sure dependency upgrades don't break dev mode (#5318)

This commit is contained in:
Sebastian Malton 2022-05-03 12:46:24 -07:00 committed by GitHub
parent 82babaf877
commit 2d7f89ab48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ jobs:
name: Run In-tree Extension tests
- run: make ci-validate-dev
if: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') }}
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
name: Validate dev mode will work
- name: Install integration test dependencies