-
Notifications
You must be signed in to change notification settings - Fork 199
49 lines (40 loc) · 1.21 KB
/
integ_test_datastore.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
name: Integration Tests | DataStore - All
on:
workflow_dispatch:
push:
branches: [main]
permissions:
id-token: write
contents: read
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: ${{ github.ref_name != 'main'}}
jobs:
datastore-base-test:
name: Base Tests
uses: ./.github/workflows/integ_test_datastore_base.yml
secrets: inherit
datastore-auth-iam-test:
name: Auth IAM Tests
uses: ./.github/workflows/integ_test_datastore_auth_iam.yml
secrets: inherit
datastore-cpk-test:
name: CPK Tests
uses: ./.github/workflows/integ_test_datastore_cpk.yml
secrets: inherit
datastore-lazy-load-test:
name: Lazy Load Tests
uses: ./.github/workflows/integ_test_datastore_lazy_load.yml
secrets: inherit
datastore-multi-auth-test:
name: Multi Auth Tests
uses: ./.github/workflows/integ_test_datastore_multi_auth.yml
secrets: inherit
datastore-transformer-v2-test:
name: Transformer V2 Tests
uses: ./.github/workflows/integ_test_datastore_v2.yml
secrets: inherit
datastore-auth-cognito-test:
name: Auth Cognito Tests
uses: ./.github/workflows/integ_test_datastore_auth_cognito.yml
secrets: inherit