Skip to content

Commit 9b7c8b9

Browse files
committed
Update COBOL Programming Course #4 - Testing.md
Removed Unnecessary preamble. Signed-off-by: Ali <65877768+alim395@users.noreply.github.com>
1 parent 56b63a4 commit 9b7c8b9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

COBOL Programming Course #4 - Testing/COBOL Programming Course #4 - Testing.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -294,16 +294,6 @@ You can take a look at the COBOL Check wiki page for better understanding: https
294294
//
295295

296296
# Automation with GitHub Actions
297-
Hello everyone! My name is Ali, and I'm excited to be here as a mentee for the COBOL Programming Course.
298-
299-
As part of my journey in this course, I've been tasked with an exciting project that I'd like to share with you today. My role has been to automate the process of running and testing COBOL programs using a tool called cobolcheck.
300-
301-
Initially, we were planning to use Jenkins for this automation. However, after consulting with some experts in the field, we made an interesting pivot. We decided to go with GitHub Actions instead. This choice was made because GitHub Actions is more accessible and easier to understand, especially for those who might be new to automation or continuous integration.
302-
303-
This shift to GitHub Actions has been an exciting part of the learning process. It's taught me the importance of flexibility in software development and how choosing the right tools can make a big difference in project efficiency.
304-
305-
Now on the topic of GitHub actions…
306-
307297
GitHub Actions allows you to automate workflows within your GitHub repository. We thought that it would be a powerful and easy to use platform for automating tasks related to Zowe CLI commands and running COBOL Check. It allows defining workflows in a YAML configuration file, similar to other CI/CD tools.
308298

309299
This YAML file can specify Zowe CLI commands to be executed along with options for handling outputs and chaining actions.

0 commit comments

Comments
 (0)