Skip to content

Update version number in pom.xml #426

Update version number in pom.xml

Update version number in pom.xml #426

name: CA Profile Tests
on: [push, pull_request]
jobs:
build:
name: Waiting for build
uses: ./.github/workflows/wait-for-build.yml
secrets: inherit
ca-profile-caDirUserCert-test:
name: CA with caDirUserCert profile
needs: build
uses: ./.github/workflows/ca-profile-caDirUserCert-test.yml
ca-profile-caDirPinUserCert-test:
name: CA with caDirPinUserCert profile
needs: build
uses: ./.github/workflows/ca-profile-caDirPinUserCert-test.yml
ca-profile-caInternalAuthDRMstorageCert-test:
name: CA with caInternalAuthDRMstorageCert profile
needs: build
uses: ./.github/workflows/ca-profile-caInternalAuthDRMstorageCert-test.yml
ca-profile-caInternalAuthTransportCert-test:
name: CA with caInternalAuthTransportCert profile
needs: build
uses: ./.github/workflows/ca-profile-caInternalAuthTransportCert-test.yml
ca-profile-caMLKEMInternalAuthDRMstorageCert-test:
name: CA with caMLKEMInternalAuthDRMstorageCert profile
needs: build
uses: ./.github/workflows/ca-profile-caMLKEMInternalAuthDRMstorageCert-test.yml
ca-profile-caMLKEMInternalAuthTransportCert-test:
name: CA with caMLKEMInternalAuthTransportCert profile
needs: build
uses: ./.github/workflows/ca-profile-caMLKEMInternalAuthTransportCert-test.yml
ca-profile-caServerCert-test:
name: CA with caServerCert profile
needs: build
uses: ./.github/workflows/ca-profile-caServerCert-test.yml
ca-profile-caStorageCert-test:
name: CA with caStorageCert profile
needs: build
uses: ./.github/workflows/ca-profile-caStorageCert-test.yml
ca-profile-caTransportCert-test:
name: CA with caTransportCert profile
needs: build
uses: ./.github/workflows/ca-profile-caTransportCert-test.yml
ca-profile-custom-test:
name: CA with custom profile
needs: build
uses: ./.github/workflows/ca-profile-custom-test.yml
ca-renewal-manual-test:
name: CA manual renewal
needs: build
uses: ./.github/workflows/ca-renewal-manual-test.yml
ca-renewal-manual-hsm-test:
name: CA manual renewal with HSM
needs: build
uses: ./.github/workflows/ca-renewal-manual-hsm-test.yml
ca-renewal-automated-test:
name: CA automated renewal
needs: build
uses: ./.github/workflows/ca-renewal-automated-test.yml
ca-renewal-automated-ldaps-test:
name: CA automated renewal with LDAPS
needs: build
uses: ./.github/workflows/ca-renewal-automated-ldaps-test.yml