Skip to content

Commit

Permalink
Update introduction to be more concise on Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
admeeer committed Oct 12, 2023
1 parent e88e71a commit 543a87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# test-automation workflow tutorial
![Workflow](https://github.com/admeeer/cicd-tutorial/actions/workflows/build_and_test.yml/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

This tutorial is designed to get you up and running with GitHub Actions to automate your project's software lifecycle. GitHub Actions serve as a powerful tool for developers by automating the build, test, and deploy phases of an application.
This tutorial is designed to get you up and running with GitHub Actions to automate your project's software lifecycle. GitHub Actions versatility extend much further, but this tutorial focuses specifically on automating the build, test, and deployment phases of an application.

## Table of Contents
- [Forking the repository and executing the default workflow](#forking-the-repository-and-executing-the-default-workflow)
Expand Down

0 comments on commit 543a87e

Please sign in to comment.