-
Notifications
You must be signed in to change notification settings - Fork 16
100 lines (86 loc) · 2.55 KB
/
test-content-schemas-2.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
name: Test Content Schemas (2)
on:
workflow_dispatch: {}
push:
branches:
- main
paths:
- "content_schemas/**"
- "!content_schemas/README.md"
pull_request:
paths:
- "content_schemas/**"
- "!content_schemas/README.md"
jobs:
test-info-frontend:
name: Test Info Frontend
uses: alphagov/info-frontend/.github/workflows/rspec.yml@main
with:
ref: 'main'
publishingApiRef: ${{ github.ref }}
test-licence-finder:
name: Test Licence Finder
uses: alphagov/licence-finder/.github/workflows/rspec.yml@main
with:
ref: 'main'
publishingApiRef: ${{ github.ref }}
test-manuals-publisher:
name: Test Manuals Publisher
uses: alphagov/manuals-publisher/.github/workflows/rspec.yml@main
with:
ref: 'main'
publishingApiRef: ${{ github.ref }}
test-publisher:
name: Test Publisher
uses: alphagov/publisher/.github/workflows/minitest.yml@main
with:
ref: 'main'
publishingApiRef: ${{ github.ref }}
test-search-api:
name: Test Search API
uses: alphagov/search-api/.github/workflows/rspec.yml@main
with:
ref: 'main'
publishingApiRef: ${{ github.ref }}
test-search-admin:
name: Test Search Admin
uses: alphagov/search-admin/.github/workflows/rspec.yml@main
with:
ref: 'main'
publishingApiRef: ${{ github.ref }}
test-service-manual-publisher:
name: Test Service Manual Publisher
uses: alphagov/service-manual-publisher/.github/workflows/rspec.yml@main
with:
ref: 'main'
publishingApiRef: ${{ github.ref }}
test-short-url-manager:
name: Test Short URL Manager
uses: alphagov/short-url-manager/.github/workflows/rspec.yml@main
with:
ref: 'main'
publishingApiRef: ${{ github.ref }}
test-smart-answers:
name: Test Smart Answers
uses: alphagov/smart-answers/.github/workflows/minitest.yml@main
with:
ref: 'main'
publishingApiRef: ${{ github.ref }}
test-specialist-publisher:
name: Test Specialist Publisher
uses: alphagov/specialist-publisher/.github/workflows/rspec.yml@main
with:
ref: 'main'
publishingApiRef: ${{ github.ref }}
test-travel-advice-publisher:
name: Test Travel Advice Publisher
uses: alphagov/travel-advice-publisher/.github/workflows/rspec.yml@main
with:
ref: 'main'
publishingApiRef: ${{ github.ref }}
test-whitehall:
name: Test Whitehall
uses: alphagov/whitehall/.github/workflows/minitest.yml@main
with:
ref: 'main'
publishingApiRef: ${{ github.ref }}