diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 0c5ab2fa..58d29a65 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -254,6 +254,11 @@ jobs: with: version: ${{ matrix.helm-version }} + - name: build helm deps + run: | + cd library/common-test + helm dependency update + - name: Checkout uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 with: