Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-ahsan committed Apr 28, 2024
1 parent 67b0bb7 commit f96c170
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,24 @@ To configure specific environments, use:

Replace <ENVIRONMENT> with the environment you want to configure and provide any additional arguments as needed.

# Test CI/CD Pipeline Locally
## Test CI/CD Pipeline Locally

GitHub Actions allows you to automate your software development workflows, including CI/CD pipelines. Testing your CI/CD pipeline locally before pushing changes to GitHub can help catch errors and ensure smooth workflow execution. This guide outlines how to test your GitHub Actions workflows locally using the `act` tool.

## Prerequisites
### Prerequisites

Before you begin, ensure you have the following installed on your local machine:

- Docker
- `act` (GitHub Actions tool)

## Installation
### Installation

### Install Docker
#### Install Docker

Download and install Docker for your operating system from the [official Docker website](https://www.docker.com/get-started).

### Install `act`
#### Install `act`

You can install `act` using one of the following methods:

Expand All @@ -84,7 +84,7 @@ You can install `act` using one of the following methods:
brew install act
```

### Usage
#### Usage
**Run `act`**: Execute the following command to run your GitHub Actions workflows locally:

```bash
Expand Down

0 comments on commit f96c170

Please sign in to comment.