-
Notifications
You must be signed in to change notification settings - Fork 137
63 lines (50 loc) · 1.39 KB
/
tools-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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: Tools Tests
on: [push, pull_request]
jobs:
build:
name: Waiting for build
uses: ./.github/workflows/wait-for-build.yml
secrets: inherit
PKICertImport-test:
name: PKICertImport
needs: build
uses: ./.github/workflows/PKICertImport-test.yml
pki-nss-rsa-test:
name: PKI NSS CLI with RSA
needs: build
uses: ./.github/workflows/pki-nss-rsa-test.yml
pki-nss-ecc-test:
name: PKI NSS CLI with ECC
needs: build
uses: ./.github/workflows/pki-nss-ecc-test.yml
pki-nss-aes-test:
name: PKI NSS CLI with AES
needs: build
uses: ./.github/workflows/pki-nss-aes-test.yml
pki-nss-hsm-test:
name: PKI NSS CLI with HSM
needs: build
uses: ./.github/workflows/pki-nss-hsm-test.yml
pki-nss-exts-test:
name: PKI NSS CLI with Extensions
needs: build
uses: ./.github/workflows/pki-nss-exts-test.yml
pki-pkcs7-test:
name: PKI PKCS7 CLI
needs: build
uses: ./.github/workflows/pki-pkcs7-test.yml
pki-pkcs11-test:
name: PKI PKCS11 CLI
needs: build
uses: ./.github/workflows/pki-pkcs11-test.yml
pki-pkcs12-test:
name: PKI PKCS12 CLI
needs: build
uses: ./.github/workflows/pki-pkcs12-test.yml
rpminspect-test:
name: rpminspect
needs: build
uses: ./.github/workflows/rpminspect-test.yml
update-version-test:
name: Update Version
uses: ./.github/workflows/update-version-test.yml