feat/default-values #23

Merged
lanson merged 18 commits from feat/default-values into main 2024-09-16 18:26:20 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2441791ffe - Show all commits

View File

@ -41,7 +41,7 @@ jobs:
uses: ./.gitea/workflows/e2e-tests.yml
with:
role: vault
scenario: ${{ matrix.scenario}}
scenario: ${{ matrix.scenario }}
test_os: ${{ matrix.test_os }}
secrets:
GITEA_ACTIONS_USERNAME: ${{ needs.retrieve-credentials.outputs.registry-username }}

View File

@ -42,6 +42,6 @@ jobs:
- name: "Molecule test"
run: molecule test -s ${{ inputs.scenario }}
shell: bash
working-directory: ${{ gitea.workspace }}/roles/${{ inputs.role }}
working-directory: ${{ gitea.workspace }}
env:
MOLECULE_TEST_OS: ${{ inputs.test_os }}