Skip to content

Commit 97bcc03

Browse files
committed
Rename things a bit for clarity
1 parent 86994e3 commit 97bcc03

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

.github/workflows/static_analysis_and_tests.yml renamed to .github/workflows/analyze_test_build.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Static Analysis & Tests
1+
name: Static Analysis, Run Tests and Build Web Apps
22

33
on:
44
pull_request:
@@ -15,8 +15,8 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717

18-
- name: Static Analysis & Tests
19-
uses: ./.github/actions/flutter_analysis_and_tests
18+
- name: Static Analysis, Run Tests, and Build web app
19+
uses: ./.github/actions/flutter_analysis_test_build
2020
with:
2121
working-directory: ./bloc_flutter
2222
deploy-to-netlify: ${{ github.ref_name == 'refresh' }}
@@ -29,8 +29,8 @@ jobs:
2929
- name: Checkout repository
3030
uses: actions/checkout@v4
3131

32-
- name: Static Analysis & Tests
33-
uses: ./.github/actions/flutter_analysis_and_tests
32+
- name: Static Analysis, Run Tests, and Build web app
33+
uses: ./.github/actions/flutter_analysis_test_build
3434
with:
3535
working-directory: ./bloc_library
3636
deploy-to-netlify: ${{ github.ref_name == 'refresh' }}
@@ -43,7 +43,7 @@ jobs:
4343
- name: Checkout repository
4444
uses: actions/checkout@v4
4545

46-
- name: Static Analysis & Tests
46+
- name: Static Analysis, Run Tests, and Build web app
4747
uses: ./.github/actions/dart_analysis_and_tests
4848
with:
4949
working-directory: ./blocs
@@ -54,8 +54,8 @@ jobs:
5454
- name: Checkout repository
5555
uses: actions/checkout@v4
5656

57-
- name: Static Analysis & Tests
58-
uses: ./.github/actions/flutter_analysis_and_tests
57+
- name: Static Analysis, Run Tests, and Build web app
58+
uses: ./.github/actions/flutter_analysis_test_build
5959
with:
6060
working-directory: ./change_notifier_provider
6161
deploy-to-netlify: ${{ github.ref_name == 'refresh' }}
@@ -68,8 +68,8 @@ jobs:
6868
- name: Checkout repository
6969
uses: actions/checkout@v4
7070

71-
- name: Static Analysis & Tests
72-
uses: ./.github/actions/flutter_analysis_and_tests
71+
- name: Static Analysis, Run Tests, and Build web app
72+
uses: ./.github/actions/flutter_analysis_test_build
7373
with:
7474
working-directory: ./freezed_provider_value_notifier
7575
deploy-to-netlify: ${{ github.ref_name == 'refresh' }}
@@ -82,8 +82,8 @@ jobs:
8282
- name: Checkout repository
8383
uses: actions/checkout@v4
8484

85-
- name: Static Analysis & Tests
86-
uses: ./.github/actions/flutter_analysis_and_tests
85+
- name: Static Analysis, Run Tests, and Build web app
86+
uses: ./.github/actions/flutter_analysis_test_build
8787
with:
8888
working-directory: ./inherited_widget
8989
deploy-to-netlify: ${{ github.ref_name == 'refresh' }}
@@ -96,8 +96,8 @@ jobs:
9696
- name: Checkout repository
9797
uses: actions/checkout@v4
9898

99-
- name: Static Analysis & Tests
100-
uses: ./.github/actions/flutter_analysis_and_tests
99+
- name: Static Analysis, Run Tests, and Build web app
100+
uses: ./.github/actions/flutter_analysis_test_build
101101
with:
102102
working-directory: ./mobx
103103
deploy-to-netlify: ${{ github.ref_name == 'refresh' }}
@@ -110,7 +110,7 @@ jobs:
110110
- name: Checkout repository
111111
uses: actions/checkout@v4
112112

113-
- name: Static Analysis & Tests
113+
- name: Static Analysis, Run Tests, and Build web app
114114
uses: ./.github/actions/dart_analysis_and_tests
115115
with:
116116
working-directory: ./mvi_base
@@ -121,8 +121,8 @@ jobs:
121121
- name: Checkout repository
122122
uses: actions/checkout@v4
123123

124-
- name: Static Analysis & Tests
125-
uses: ./.github/actions/flutter_analysis_and_tests
124+
- name: Static Analysis, Run Tests, and Build web app
125+
uses: ./.github/actions/flutter_analysis_test_build
126126
with:
127127
working-directory: ./mvi_flutter
128128
deploy-to-netlify: ${{ github.ref_name == 'refresh' }}
@@ -135,8 +135,8 @@ jobs:
135135
- name: Checkout repository
136136
uses: actions/checkout@v4
137137

138-
- name: Static Analysis & Tests
139-
uses: ./.github/actions/flutter_analysis_and_tests
138+
- name: Static Analysis, Run Tests, and Build web app
139+
uses: ./.github/actions/flutter_analysis_test_build
140140
with:
141141
working-directory: ./redux
142142
deploy-to-netlify: ${{ github.ref_name == 'refresh' }}
@@ -149,8 +149,8 @@ jobs:
149149
- name: Checkout repository
150150
uses: actions/checkout@v4
151151

152-
- name: Static Analysis & Tests
153-
uses: ./.github/actions/flutter_analysis_and_tests
152+
- name: Static Analysis, Run Tests, and Build web app
153+
uses: ./.github/actions/flutter_analysis_test_build
154154
with:
155155
working-directory: ./scoped_model
156156
deploy-to-netlify: ${{ github.ref_name == 'refresh' }}
@@ -163,8 +163,8 @@ jobs:
163163
- name: Checkout repository
164164
uses: actions/checkout@v4
165165

166-
- name: Static Analysis & Tests
167-
uses: ./.github/actions/flutter_analysis_and_tests
166+
- name: Static Analysis, Run Tests, and Build web app
167+
uses: ./.github/actions/flutter_analysis_test_build
168168
with:
169169
working-directory: ./signals
170170
deploy-to-netlify: ${{ github.ref_name == 'refresh' }}
@@ -177,8 +177,8 @@ jobs:
177177
- name: Checkout repository
178178
uses: actions/checkout@v4
179179

180-
- name: Static Analysis & Tests
181-
uses: ./.github/actions/flutter_analysis_and_tests
180+
- name: Static Analysis, Run Tests, and Build web app
181+
uses: ./.github/actions/flutter_analysis_test_build
182182
with:
183183
working-directory: ./simple_bloc_flutter
184184
deploy-to-netlify: ${{ github.ref_name == 'refresh' }}
@@ -191,7 +191,7 @@ jobs:
191191
- name: Checkout repository
192192
uses: actions/checkout@v4
193193

194-
- name: Static Analysis & Tests
194+
- name: Static Analysis, Run Tests, and Build web app
195195
uses: ./.github/actions/dart_analysis_and_tests
196196
with:
197197
working-directory: ./simple_blocs
@@ -202,8 +202,8 @@ jobs:
202202
- name: Checkout repository
203203
uses: actions/checkout@v4
204204

205-
- name: Static Analysis & Tests
206-
uses: ./.github/actions/flutter_analysis_and_tests
205+
- name: Static Analysis, Run Tests, and Build web app
206+
uses: ./.github/actions/flutter_analysis_test_build
207207
with:
208208
working-directory: ./todos_repository_local_storage
209209
run-integration-tests: false
@@ -214,8 +214,8 @@ jobs:
214214
- name: Checkout repository
215215
uses: actions/checkout@v4
216216

217-
- name: Static Analysis & Tests
218-
uses: ./.github/actions/flutter_analysis_and_tests
217+
- name: Static Analysis, Run Tests, and Build web app
218+
uses: ./.github/actions/flutter_analysis_test_build
219219
with:
220220
working-directory: ./vanilla
221221
deploy-to-netlify: ${{ github.ref_name == 'refresh' }}

0 commit comments

Comments
 (0)