--- name: test on: pull_request: types: - opened - edited - synchronize branches: - main # paths: # - roles/vault/** jobs: end_to_end_vault: strategy: matrix: test_os: ["vault_default", "vault_with_raft_enabled"] scenario: ["debian11", "debian12", "ubuntu2004", "ubuntu2204", "ubuntu2404"] uses: ./.gitea/workflows/e2e-tests.yml with: role: vault scenario: ${{ matrix.scenario}} test_os: ${{ matrix.test_os }} secrets: VAULT_APPROLE_ID: ${{ secrets.VAULT_APPROLE_ID }} VAULT_APPROLE_SECRET_ID: ${{ secrets.VAULT_APPROLE_SECRET_ID }}