Update pkidestroy to support ACME #364
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: KRA Clone Tests | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: Waiting for build | |
uses: ./.github/workflows/wait-for-build.yml | |
secrets: inherit | |
kra-clone-test: | |
name: KRA clone | |
needs: build | |
uses: ./.github/workflows/kra-clone-test.yml | |
kra-clone-hsm-test: | |
name: KRA clone with HSM | |
needs: build | |
uses: ./.github/workflows/kra-clone-hsm-test.yml | |
kra-clone-shared-ds-test: | |
name: KRA clone with shared DS | |
needs: build | |
uses: ./.github/workflows/kra-clone-shared-ds-test.yml | |
kra-clone-replicated-ds-test: | |
name: KRA clone with replicated DS | |
needs: build | |
uses: ./.github/workflows/kra-clone-replicated-ds-test.yml |