From 492b2ab499622375c157f5a4b2e5f855b658267c Mon Sep 17 00:00:00 2001 From: Rob Holland Date: Fri, 11 Oct 2024 11:55:30 +0100 Subject: [PATCH] Try to get CI running. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 650941a9..79e57e7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,10 @@ jobs: if: steps.list-changed.outputs.changed == 'true' run: ct lint --check-version-increment=false --target-branch ${{ github.event.repository.default_branch }} + - name: Update dependencies + working-directory: charts/temporal + run: helm dependency update + - name: Run template tests working-directory: charts/temporal/tests run: go test \ No newline at end of file