Allow pkispawn to install only EST subsystem #284
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: CA Container Tests | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: Waiting for build | |
uses: ./.github/workflows/wait-for-build.yml | |
secrets: inherit | |
ca-container-basic-test: | |
name: Basic CA container | |
needs: build | |
uses: ./.github/workflows/ca-container-basic-test.yml | |
ca-container-existing-certs-test: | |
name: CA container with existing certs | |
needs: build | |
uses: ./.github/workflows/ca-container-existing-certs-test.yml | |
ca-container-existing-config-test: | |
name: CA container with existing config | |
needs: build | |
uses: ./.github/workflows/ca-container-existing-config-test.yml | |
ca-container-system-service-test: | |
name: CA container system service | |
needs: build | |
uses: ./.github/workflows/ca-container-system-service-test.yml | |
ca-container-user-service-test: | |
name: CA container user service | |
needs: build | |
uses: ./.github/workflows/ca-container-user-service-test.yml | |
ca-container-migration-test: | |
name: CA migration to container | |
needs: build | |
uses: ./.github/workflows/ca-container-migration-test.yml |