Update common_library_tests.yaml

This commit is contained in:
Kjeld Schouten-Lebbing
2023-02-08 13:21:20 +01:00
committed by GitHub
parent fef122b259
commit a859f935a4

View File

@@ -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: