Add test for CA container system service #20
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-system-service-test: | |
name: CA container system service | |
needs: build | |
uses: ./.github/workflows/ca-container-system-service-test.yml |