From 403beebd79ffb2042a592ec4fda68b626a997778 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Fri, 9 Jun 2023 14:26:32 +0200 Subject: [PATCH] GHA badge --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index d5a3f3b..d38f192 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,9 @@ ================ Live and Let Die ================ -.. image:: https://travis-ci.org/peterhudec/liveandletdie.svg?branch=master - :target: https://travis-ci.org/peterhudec/liveandletdie + +.. image:: https://github.com/authomatic/liveandletdie/actions/workflows/main.yml/badge.svg + :target: https://github.com/authomatic/liveandletdie/actions/ **Live and Let Die** simplifies launching and terminating of web development servers from **BDD** or **functional** tests. I have created it for functional @@ -195,20 +196,20 @@ Developers Clone: :: - + $ git clone https://github.com/peterhudec/liveandletdie.git Bootstrap the development environment. This will create the ``./venv`` virtual environment in the project root. :: - + $ sh bootstrap.sh Run tests: :: - + $ sh run-all.sh Or bootstrap and run tests in one step: