Skip to content

Commit

Permalink
chore: change build action and fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brmagadutra committed Feb 8, 2024
1 parent 09352cb commit 8e5fbd2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: Build

on:
pull_request:
Expand All @@ -7,7 +7,7 @@ on:
branches: [ main ]

jobs:
build-test:
build:

runs-on: ubuntu-latest
env:
Expand Down
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ Here are a few things you can do that will increase the likelihood of your pull
[Act](https://github.com/nektos/act) is a tool that will use docker to build and test workflows locally.

#### 1. Act setup

- Follow the [instructions](https://github.com/nektos/act?tab=readme-ov-file#installation) to install act
- To check all available actions: `act -l`

#### 2. Run tests

- To run the default (push) event: `act`
- To run a specific job: `act -j build-test`
- To run a specific job: `act -j build`

Alternatively, you can run unit and integration tests with the following commands:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# LoadShedding · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/farfetch/loadshedding/blob/main/LICENSE) [![nuget version](https://img.shields.io/nuget/v/loadshedding.svg?style=flat)](https://www.nuget.org/packages/Farfetch.LoadShedding/) ![Build Master](https://github.com/Farfetch/loadshedding/workflows/Build/badge.svg?branch=main)
# LoadShedding · [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/farfetch/loadshedding/blob/main/LICENSE) [![NuGet](https://img.shields.io/nuget/v/farfetch.loadshedding.svg?style=flat)](https://www.nuget.org/packages/Farfetch.LoadShedding/) ![Build](https://github.com/Farfetch/loadshedding/workflows/Build/badge.svg?branch=main)

## Introduction

⚡️ LoadShedding was designed to effectively manage concurrency in the .NET ecosystem.
⚡️ LoadShedding was designed to effectively manage concurrency in the .NET ecosystem.

🏗 Built upon the foundational principles and concepts pioneered by [Netflix](https://netflixtechblog.medium.com/performance-under-load-3e6fa9a60581).

Expand Down

0 comments on commit 8e5fbd2

Please sign in to comment.