-
Notifications
You must be signed in to change notification settings - Fork 137
39 lines (31 loc) · 1.06 KB
/
ca-container-tests.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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