Skip to content

Commit 7b860f1

Browse files
committed
Tweaked job names
1 parent 494033c commit 7b860f1

File tree

1 file changed

+27
-39
lines changed

1 file changed

+27
-39
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 27 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -7,151 +7,139 @@ on:
77

88
jobs:
99
build-main:
10-
name: Build Main
10+
name: Main
1111
uses: ./.github/workflows/setup-and-test.yml
1212
with:
1313
branch: main
1414

1515
build-start-here:
16-
name: Build Start Here
16+
name: Start Here
1717
uses: ./.github/workflows/setup-and-test.yml
1818
with:
1919
branch: sample-code/start-here
2020

2121
build-module-3:
22-
name: Build Module 3
22+
name: Module 3 My First Playwright Test
2323
uses: ./.github/workflows/setup-and-test.yml
2424
with:
2525
branch: sample-code/module-3-my-first-playwright-test
2626

2727
build-module-4:
28-
name: Build Module 4
28+
name: Module 4 Interacting With Elements
2929
uses: ./.github/workflows/setup-and-test.yml
3030
with:
3131
branch: sample-code/module-4-interacting-with-elements
3232

3333
build-module-5:
34-
name: Build Module 5
34+
name: Module 5 Simple Refactoring
3535
uses: ./.github/workflows/setup-and-test.yml
3636
with:
3737
branch: sample-code/module-5-refactoring
3838

3939
build-module-6:
40-
name: Build Module 6
40+
name: Module 6 Browser Options
4141
uses: ./.github/workflows/setup-and-test.yml
4242
with:
4343
branch: sample-code/module-6-browser-options
4444

4545
build-module-7:
46-
name: Build Module 7
46+
name: Module 7 Browser Contexts
4747
uses: ./.github/workflows/setup-and-test.yml
4848
with:
4949
branch: sample-code/module-7-browser-contexts
5050

5151
build-module-8-live-demo:
52-
name: Build Module 8 Live Coding Demo
52+
name: Module 8 Live Coding Demo
5353
uses: ./.github/workflows/setup-and-test.yml
5454
with:
5555
branch: sample-code/module-8-live-coding-demo
5656

5757
build-module-8-locators:
58-
name: Build Module 8 Locators
58+
name: Module 8 Locators
5959
uses: ./.github/workflows/setup-and-test.yml
6060
with:
6161
branch: sample-code/module-8-locators
6262

6363
build-module-9:
64-
name: Build Module 9
64+
name: Module 9 Forms and Elements
6565
uses: ./.github/workflows/setup-and-test.yml
6666
with:
6767
branch: sample-code/module-9-forms
6868

6969
build-module-10:
70-
name: Build Module 10
70+
name: Module 10 Assertions
7171
uses: ./.github/workflows/setup-and-test.yml
7272
with:
7373
branch: sample-code/module-10-assertions
7474

7575
build-module-11:
76-
name: Build Module 11
76+
name: Module 11 Waits
7777
uses: ./.github/workflows/setup-and-test.yml
7878
with:
7979
branch: sample-code/module-11-waits
8080

8181
build-module-12-api:
82-
name: Build Module 12 API Interactions
82+
name: Module 12 API Interactions
8383
uses: ./.github/workflows/setup-and-test.yml
8484
with:
8585
branch: sample-code/module-12-api-interactions
8686

8787
build-module-12-mocking:
88-
name: Build Module 12 Mocking API Calls
88+
name: Module 12 Mocking API Calls
8989
uses: ./.github/workflows/setup-and-test.yml
9090
with:
9191
branch: sample-code/module-12-mocking-api-calls
9292

9393
build-module-13:
94-
name: Build Module 13
94+
name: Module 13 Page Objects
9595
uses: ./.github/workflows/setup-and-test.yml
9696
with:
9797
branch: sample-code/module-13-page-objects
9898

99-
build-module-14-allure:
100-
name: Build Module 14 Allure Reporting
101-
uses: ./.github/workflows/setup-and-test.yml
102-
with:
103-
branch: sample-code/module-14-allure-reporting
104-
10599
build-module-14-org:
106-
name: Build Module 14 Organizing Tests
100+
name: Module 14 Organizing Tests
107101
uses: ./.github/workflows/setup-and-test.yml
108102
with:
109103
branch: sample-code/module-14-organizing-your-tests
110104

111-
build-module-14-parallel:
112-
name: Build Module 14 Parallel Execution
113-
uses: ./.github/workflows/setup-and-test.yml
114-
with:
115-
branch: sample-code/module-14-parallel-execution
116-
117105
build-module-14-tracing:
118-
name: Build Module 14 Tracing
106+
name: Module 14 Tracing
119107
uses: ./.github/workflows/setup-and-test.yml
120108
with:
121109
branch: sample-code/module-14-tracing
122110

123111
build-module-15-parallel:
124-
name: Build Module 15 Parallel Execution
112+
name: Module 15 Parallel Execution
125113
uses: ./.github/workflows/setup-and-test.yml
126114
with:
127115
branch: sample-code/module-15-parallel-execution
128116

129117
build-module-15-annotated:
130-
name: Build Module 15 Parallel Execution Annotated
118+
name: Module 15 Parallel Execution Annotated
131119
uses: ./.github/workflows/setup-and-test.yml
132120
with:
133121
branch: sample-code/module-15-parallel-execution-annotated
134122

135123
build-module-16:
136-
name: Build Module 16
124+
name: Module 16 Allure Reporting
137125
uses: ./.github/workflows/setup-and-test.yml
138126
with:
139127
branch: sample-code/module-16-allure-reporting
140128

141129
build-module-17:
142-
name: Build Module 17
130+
name: Module 17 Cucumber
143131
uses: ./.github/workflows/setup-and-test.yml
144132
with:
145133
branch: sample-code/module-17-cucumber
146134

147-
build-module-20-docker:
148-
name: Build Module 20 Docker
135+
build-module-20-start:
136+
name: Module 20 Docker Start
149137
uses: ./.github/workflows/setup-and-test.yml
150138
with:
151-
branch: sample-code/module-20-docker
139+
branch: sample-code/module-20-docker-start
152140

153-
build-module-20-start:
154-
name: Build Module 20 Docker Start
141+
build-module-20-docker:
142+
name: Module 20 Docker
155143
uses: ./.github/workflows/setup-and-test.yml
156144
with:
157-
branch: sample-code/module-20-docker-start
145+
branch: sample-code/module-20-docker

0 commit comments

Comments
 (0)