Skip to content

Commit 21e4edf

Browse files
committed
Trying a different nightly build approach
1 parent 6982234 commit 21e4edf

File tree

1 file changed

+121
-1
lines changed

1 file changed

+121
-1
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 121 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,124 @@ jobs:
3434
name: Build Module 5
3535
uses: ./.github/workflows/setup-and-test.yml
3636
with:
37-
branch: sample-code/module-5-refactoring
37+
branch: sample-code/module-5-refactoring
38+
39+
build-module-6:
40+
name: Build Module 6
41+
uses: ./.github/workflows/setup-and-test.yml
42+
with:
43+
branch: sample-code/module-6-browser-options
44+
45+
build-module-7:
46+
name: Build Module 7
47+
uses: ./.github/workflows/setup-and-test.yml
48+
with:
49+
branch: sample-code/module-7-browser-contexts
50+
51+
build-module-8-live-demo:
52+
name: Build Module 8 Live Coding Demo
53+
uses: ./.github/workflows/setup-and-test.yml
54+
with:
55+
branch: sample-code/module-8-live-coding-demo
56+
57+
build-module-8-locators:
58+
name: Build Module 8 Locators
59+
uses: ./.github/workflows/setup-and-test.yml
60+
with:
61+
branch: sample-code/module-8-locators
62+
63+
build-module-9:
64+
name: Build Module 9
65+
uses: ./.github/workflows/setup-and-test.yml
66+
with:
67+
branch: sample-code/module-9-forms
68+
69+
build-module-10:
70+
name: Build Module 10
71+
uses: ./.github/workflows/setup-and-test.yml
72+
with:
73+
branch: sample-code/module-10-assertions
74+
75+
build-module-11:
76+
name: Build Module 11
77+
uses: ./.github/workflows/setup-and-test.yml
78+
with:
79+
branch: sample-code/module-11-waits
80+
81+
build-module-12-api:
82+
name: Build Module 12 API Interactions
83+
uses: ./.github/workflows/setup-and-test.yml
84+
with:
85+
branch: sample-code/module-12-api-interactions
86+
87+
build-module-12-mocking:
88+
name: Build Module 12 Mocking API Calls
89+
uses: ./.github/workflows/setup-and-test.yml
90+
with:
91+
branch: sample-code/module-12-mocking-api-calls
92+
93+
build-module-13:
94+
name: Build Module 13
95+
uses: ./.github/workflows/setup-and-test.yml
96+
with:
97+
branch: sample-code/module-13-page-objects
98+
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+
105+
build-module-14-org:
106+
name: Build Module 14 Organizing Tests
107+
uses: ./.github/workflows/setup-and-test.yml
108+
with:
109+
branch: sample-code/module-14-organizing-your-tests
110+
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+
117+
build-module-14-tracing:
118+
name: Build Module 14 Tracing
119+
uses: ./.github/workflows/setup-and-test.yml
120+
with:
121+
branch: sample-code/module-14-tracing
122+
123+
build-module-15-parallel:
124+
name: Build Module 15 Parallel Execution
125+
uses: ./.github/workflows/setup-and-test.yml
126+
with:
127+
branch: sample-code/module-15-parallel-execution
128+
129+
build-module-15-annotated:
130+
name: Build Module 15 Parallel Execution Annotated
131+
uses: ./.github/workflows/setup-and-test.yml
132+
with:
133+
branch: sample-code/module-15-parallel-execution-annotated
134+
135+
build-module-16:
136+
name: Build Module 16
137+
uses: ./.github/workflows/setup-and-test.yml
138+
with:
139+
branch: sample-code/module-16-allure-reporting
140+
141+
build-module-17:
142+
name: Build Module 17
143+
uses: ./.github/workflows/setup-and-test.yml
144+
with:
145+
branch: sample-code/module-17-cucumber
146+
147+
build-module-20-docker:
148+
name: Build Module 20 Docker
149+
uses: ./.github/workflows/setup-and-test.yml
150+
with:
151+
branch: sample-code/module-20-docker
152+
153+
build-module-20-start:
154+
name: Build Module 20 Docker Start
155+
uses: ./.github/workflows/setup-and-test.yml
156+
with:
157+
branch: sample-code/module-20-docker-start

0 commit comments

Comments
 (0)