-
Notifications
You must be signed in to change notification settings - Fork 96
85 lines (71 loc) · 1.87 KB
/
Copy pathunit-test.yaml
File metadata and controls
85 lines (71 loc) · 1.87 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
name: HMDA Unit Tests
on:
pull_request:
branches:
- master
jobs:
hmda_platform_tests:
uses: ./.github/workflows/helper-functions.yaml
secrets: inherit
with:
service: "hmda-platform"
check_digit_tests:
uses: ./.github/workflows/helper-functions.yaml
secrets: inherit
with:
service: "check-digit"
common_tests:
uses: ./.github/workflows/helper-functions.yaml
secrets: inherit
with:
service: "common"
data_browser_tests:
uses: ./.github/workflows/helper-functions.yaml
secrets: inherit
with:
service: "data-browser"
hmda_analytics_tests:
uses: ./.github/workflows/helper-functions.yaml
secrets: inherit
with:
service: "hmda-analytics"
hmda_data_publisher_tests:
uses: ./.github/workflows/helper-functions.yaml
secrets: inherit
with:
service: "hmda-data-publisher"
hmda_quarterly_data_service_tests:
uses: ./.github/workflows/helper-functions.yaml
secrets: inherit
with:
service: "hmda-quarterly-data-service"
hmda_reporting_tests:
uses: ./.github/workflows/helper-functions.yaml
secrets: inherit
with:
service: "hmda-reporting"
institutions_api_tests:
uses: ./.github/workflows/helper-functions.yaml
secrets: inherit
with:
service: "institutions-api"
modified_lar_tests:
uses: ./.github/workflows/helper-functions.yaml
secrets: inherit
with:
service: "modified-lar"
rate_limit_tests:
uses: ./.github/workflows/helper-functions.yaml
secrets: inherit
with:
service: "rate-limit"
ratespread_calculator_tests:
uses: ./.github/workflows/helper-functions.yaml
secrets: inherit
with:
service: "ratespread-calculator"
submission_errors_tests:
uses: ./.github/workflows/helper-functions.yaml
secrets: inherit
with:
service: "submission-errors"