Skip to content

Commit

Permalink
Fix relative directories in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhjp committed Oct 24, 2023
1 parent ca52e6f commit 93ed4d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
- 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
yq --in-place --yaml-roundtrip '.injector.image.tag |= "0.0.0-dev"' ./values.yaml
bats ./test/acceptance -t --filter injector

0 comments on commit 93ed4d9

Please sign in to comment.