feat/default-values #23
@ -41,7 +41,7 @@ jobs:
|
|||||||
uses: ./.gitea/workflows/e2e-tests.yml
|
uses: ./.gitea/workflows/e2e-tests.yml
|
||||||
with:
|
with:
|
||||||
role: vault
|
role: vault
|
||||||
scenario: ${{ matrix.scenario}}
|
scenario: ${{ matrix.scenario }}
|
||||||
test_os: ${{ matrix.test_os }}
|
test_os: ${{ matrix.test_os }}
|
||||||
secrets:
|
secrets:
|
||||||
GITEA_ACTIONS_USERNAME: ${{ needs.retrieve-credentials.outputs.registry-username }}
|
GITEA_ACTIONS_USERNAME: ${{ needs.retrieve-credentials.outputs.registry-username }}
|
||||||
|
@ -42,6 +42,6 @@ jobs:
|
|||||||
- name: "Molecule test"
|
- name: "Molecule test"
|
||||||
run: molecule test -s ${{ inputs.scenario }}
|
run: molecule test -s ${{ inputs.scenario }}
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{ gitea.workspace }}/roles/${{ inputs.role }}
|
working-directory: ${{ gitea.workspace }}
|
||||||
env:
|
env:
|
||||||
MOLECULE_TEST_OS: ${{ inputs.test_os }}
|
MOLECULE_TEST_OS: ${{ inputs.test_os }}
|
||||||
|
Loading…
Reference in New Issue
Block a user