paint-brush
How to Create Github Actions to Run Tests With Docker Servicesby@sabderemane
790 reads
790 reads

How to Create Github Actions to Run Tests With Docker Services

by Sarah Abderemane5mNovember 9th, 2019
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

GitHub Actions is a solution for continuous integration and continuous deployment (CI/CD) It’s a new feature from Github, which is displayed as a tab in your repository. Its operations are triggered byGit events such as a commit push. An action contains several elements necessary to perform a process: the on event that corresponds to the Github event: push, pull request, etc. The runs-on parameter defines the environment and the steps to be taken by the service. Each step requires at least one element to be performed, i.e. one of its elements: "step steps"
featured image - How to Create Github Actions to Run Tests With Docker Services
Sarah Abderemane HackerNoon profile picture
Sarah Abderemane

Sarah Abderemane

@sabderemane

Fullstack Developer | Devops at TKT Thinking Technology

Learn More
LEARN MORE ABOUT @SABDEREMANE'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Sarah Abderemane HackerNoon profile picture
Sarah Abderemane@sabderemane
Fullstack Developer | Devops at TKT Thinking Technology

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here