Skip to content

Commit

Permalink
Add 'make deploy exercise' to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhjp committed Oct 23, 2023
1 parent da6722b commit dc7278a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
path: ${{ env.TARBALL_FILE }}

acceptance:
needs:
- test
# needs:
# - test
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -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
Expand All @@ -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

0 comments on commit dc7278a

Please sign in to comment.