Add tests for conflicts for CA with SSNv2 #5562
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: TKS Tests | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: Waiting for build | |
uses: ./.github/workflows/wait-for-build.yml | |
secrets: inherit | |
tks-basic-test: | |
name: Basic TKS | |
needs: build | |
uses: ./.github/workflows/tks-basic-test.yml | |
tks-separate-test: | |
name: TKS on separate instance | |
needs: build | |
uses: ./.github/workflows/tks-separate-test.yml | |
tks-external-certs-test: | |
name: TKS with external certs | |
needs: build | |
uses: ./.github/workflows/tks-external-certs-test.yml | |
tks-existing-config-test: | |
name: TKS with existing config | |
needs: build | |
uses: ./.github/workflows/tks-existing-config-test.yml | |
tks-clone-test: | |
name: TKS clone | |
needs: build | |
uses: ./.github/workflows/tks-clone-test.yml | |
tks-hsm-test: | |
name: TKS with HSM | |
needs: build | |
uses: ./.github/workflows/tks-hsm-test.yml | |
tks-container-test: | |
name: TKS container | |
needs: build | |
uses: ./.github/workflows/tks-container-test.yml |