Skip to content

Restore default value for pki_share_db #11

Restore default value for pki_share_db

Restore default value for pki_share_db #11

Workflow file for this run

name: CA Clone Tests
on: [push, pull_request]
jobs:
init:
name: Initialization
uses: ./.github/workflows/init.yml
secrets: inherit
build:
name: Waiting for build
needs: init
uses: ./.github/workflows/wait-for-build.yml
secrets: inherit
ca-clone-test:
name: CA clone
needs: [init, build]
uses: ./.github/workflows/ca-clone-test.yml
with:
db-image: ${{ needs.init.outputs.db-image }}
ca-clone-hsm-test:
name: CA clone with HSM
needs: [init, build]
uses: ./.github/workflows/ca-clone-hsm-test.yml
with:
db-image: ${{ needs.init.outputs.db-image }}
ca-clone-secure-ds-test:
name: CA clone with secure DS
needs: [init, build]
uses: ./.github/workflows/ca-clone-secure-ds-test.yml
with:
db-image: ${{ needs.init.outputs.db-image }}
ca-clone-shared-ds-test:
name: CA clone with shared DS
needs: [init, build]
uses: ./.github/workflows/ca-clone-shared-ds-test.yml
with:
db-image: ${{ needs.init.outputs.db-image }}