Skip to content

Commit

Permalink
GHA badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jun 9, 2023
1 parent b022cb3 commit 403beeb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 403beeb

Please sign in to comment.