diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 620d95a3..8c881370 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -79,3 +79,6 @@ jobs: run: | yq --in-place --yaml-roundtrip '.injector.image.tag |= "0.0.0-dev"' ./vault-helm/values.yaml bats ./vault-helm/test/acceptance -t --filter injector + + - name: Makefile tests + run: make deploy exercise