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:
authorMartin Schulze <martin.schulze@vireso.de>2022-03-04 09:47:54 +0300
committerMartin Schulze <martin.schulze@vireso.de>2022-03-04 09:48:49 +0300
commit7e4b1041823e4dd8a0e022e0fbaf60a51435583d (patch)
tree97b38c75e005d877059e9494a1dafc95e838a2b6 /README.md
parent41e280456c2344ee50aa86e1fffac69f1289183c (diff)
Fix test badge
rename github workflow to get better label/badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4d944bf..15cc66d 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)
-[![Build Status](https://travis-ci.org/bats-core/bats-assert.svg?branch=master)](https://travis-ci.org/bats-core/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)
`bats-assert` is a helper library providing common assertions for [Bats][bats].