Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Kofler <edwin@kofler.dev>2023-08-18 12:42:52 +0300
committerEdwin Kofler <edwin@kofler.dev>2023-08-18 12:45:48 +0300
commit64cb1bb0bd467c503f7aa6d7b92b9810bec228e8 (patch)
tree5d747de7f9893363595479b924dfc775b77785a0
parent42e4d8622eda821d8c7c1a9fdcdbef54c642cf59 (diff)
readme: Update GitHub actions CI badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6ab42d3..6f1f80e 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[![License](https://img.shields.io/npm/l/bats-assert.svg)](https://github.com/bats-core/bats-assert/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/bats-core/bats-assert.svg)](https://github.com/bats-core/bats-assert/releases/latest)
[![npm release](https://img.shields.io/npm/v/bats-assert.svg)](https://www.npmjs.com/package/bats-assert)
-[![Tests](https://github.com/bats-core/bats-assert/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/bats-core/bats-assert/actions/workflows/tests.yml)
+[![Tests](https://github.com/bats-core/bats-assert/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/bats-core/bats-assert/actions/workflows/test.yml)
`bats-assert` is a helper library providing common assertions for [Bats][bats].