From dc7278a153c3de0b6cb8a50fc360e7b1170adc50 Mon Sep 17 00:00:00 2001 From: Tom Proctor Date: Mon, 23 Oct 2023 16:07:42 +0100 Subject: [PATCH] Add 'make deploy exercise' to CI --- .github/workflows/tests.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 620d95a3..9d74ddb1 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -29,8 +29,8 @@ jobs: path: ${{ env.TARBALL_FILE }} acceptance: - needs: - - test + # needs: + # - test strategy: fail-fast: false matrix: @@ -66,6 +66,10 @@ jobs: node_image: kindest/node:v${{ matrix.kind-k8s-version }} version: v0.20.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - name: Makefile tests + run: make deploy exercise + - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 with: name: vault-k8s-image @@ -76,6 +80,7 @@ jobs: kind load docker-image hashicorp/vault-k8s:0.0.0-dev - name: bats tests + working-directory: ./vault-helm 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