-
Notifications
You must be signed in to change notification settings - Fork 95
86 lines (71 loc) · 2.01 KB
/
unit-test.yaml
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
86
name: HMDA Unit Tests
on:
pull_request:
branches:
- master
jobs:
hmda_platform_tests:
uses: ./.github/workflows/helper-functions.yaml
with:
service: "hmda-platform"
output-file: "output-log"
check_digit_tests:
uses: ./.github/workflows/helper-functions.yaml
with:
service: "check-digit"
output-file: "output-log"
common_tests:
uses: ./.github/workflows/helper-functions.yaml
with:
service: "common"
output-file: "output-log"
data_browser_tests:
uses: ./.github/workflows/helper-functions.yaml
with:
service: "data-browser"
output-file: "output-log"
hmda_analytics_tests:
uses: ./.github/workflows/helper-functions.yaml
with:
service: "hmda-analytics"
output-file: "output-log"
hmda_data_publisher_tests:
uses: ./.github/workflows/helper-functions.yaml
with:
service: "hmda-data-publisher"
output-file: "output-log"
hmda_quarterly_data_service_tests:
uses: ./.github/workflows/helper-functions.yaml
with:
service: "hmda-quarterly-data-service"
output-file: "output-log"
hmda_reporting_tests:
uses: ./.github/workflows/helper-functions.yaml
with:
service: "hmda-reporting"
output-file: "output-log"
institutions_api_tests:
uses: ./.github/workflows/helper-functions.yaml
with:
service: "institutions-api"
output-file: "output-log"
modified_lar_tests:
uses: ./.github/workflows/helper-functions.yaml
with:
service: "modified-lar"
output-file: "output-log"
rate_limit_tests:
uses: ./.github/workflows/helper-functions.yaml
with:
service: "rate-limit"
output-file: "output-log"
ratespread_calculator_tests:
uses: ./.github/workflows/helper-functions.yaml
with:
service: "ratespread-calculator"
output-file: "output-log"
submission_errors_tests:
uses: ./.github/workflows/helper-functions.yaml
with:
service: "submission-errors"
output-file: "output-log"