Fix wrong parameter value in documentation #2098
This file contains hidden or 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: SubCA Tests | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| name: Waiting for build | |
| uses: ./.github/workflows/wait-for-build.yml | |
| secrets: inherit | |
| subca-basic-test: | |
| name: Basic SubCA | |
| needs: build | |
| uses: ./.github/workflows/subca-basic-test.yml | |
| subca-cmc-test: | |
| name: SubCA with CMC | |
| needs: build | |
| uses: ./.github/workflows/subca-cmc-test.yml | |
| subca-external-test: | |
| name: SubCA with external cert | |
| needs: build | |
| uses: ./.github/workflows/subca-external-test.yml | |
| subca-hsm-test: | |
| name: SubCA with HSM | |
| needs: build | |
| uses: ./.github/workflows/subca-hsm-test.yml | |
| subca-clone-test: | |
| name: SubCA clone | |
| needs: build | |
| uses: ./.github/workflows/subca-clone-test.yml | |
| subca-clone-heml-test: | |
| name: SubCA clone with HSM | |
| needs: build | |
| uses: ./.github/workflows/subca-clone-hsm-test.yml | |
| lwca-test: | |
| name: Basic LWCA | |
| needs: build | |
| uses: ./.github/workflows/lwca-basic-test.yml | |
| lwca-hsm-test: | |
| name: LWCA with HSM | |
| needs: build | |
| uses: ./.github/workflows/lwca-hsm-test.yml | |
| lwca-clone-hsm-test: | |
| name: LWCA clone with HSM | |
| needs: build | |
| uses: ./.github/workflows/lwca-clone-hsm-test.yml |