Skip to content

Commit

Permalink
Try to get CI running.
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Oct 11, 2024
1 parent 14cdcea commit 492b2ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 492b2ab

Please sign in to comment.