Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienmaury committed Mar 22, 2024
1 parent d601112 commit caf8419
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/vault_role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: "actions/checkout@v4"
with:
repository: "${{ github.repository }}"
path: "./roles/vault"
- name: "Run molecule"
run: >-
source .envrc &&
molecule test
source .envrc
&& cd ./roles/vault
&& molecule test
env:
ANSIBLE_FORCE_COLOR: "1"
ANSIBLE_FORCE_COLOR: "1"

0 comments on commit caf8419

Please sign in to comment.