forked from dogtagpki/pki
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (27 loc) · 852 Bytes
/
Copy pathest-tests.yml
File metadata and controls
34 lines (27 loc) · 852 Bytes
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
name: EST Tests
on: [push, pull_request]
jobs:
build:
name: Waiting for build
uses: ./.github/workflows/wait-for-build.yml
secrets: inherit
est-basic-test:
name: Basic EST
needs: build
uses: ./.github/workflows/est-basic-test.yml
est-ds-realm-test:
name: EST with ds realm
needs: build
uses: ./.github/workflows/est-ds-realm-test.yml
est-postgresql-realm-test:
name: EST with postgresql realm
needs: build
uses: ./.github/workflows/est-postgresql-realm-test.yml
est-ds-realm-separate-test:
name: EST with ds realm on a separate instance
needs: build
uses: ./.github/workflows/est-ds-realm-separate-test.yml
est-standalone-test:
name: EST on standalone instance with provided certificates
needs: build
uses: ./.github/workflows/est-standalone-test.yml