Skip to content

Commit

Permalink
CI Changes
Browse files Browse the repository at this point in the history
Tweak to CI workflow, add badge to README.

Signed-off-by: Geoffrey Wiseman <geoffrey.wiseman@codiform.com>
  • Loading branch information
geoffreywiseman committed Mar 30, 2023
1 parent ee28235 commit 2394509
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CI"
name: CI

on:
push:
Expand All @@ -8,7 +8,9 @@ on:
branches: [master]

jobs:

build:

runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -27,4 +29,6 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
- name: Test
- name: Test
run: |
pytest
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
AWS Whitelist
=============

.. image:: https://travis-ci.org/geoffreywiseman/awswl.svg?branch=master
:target: https://travis-ci.org/geoffreywiseman/awswl
.. image:: https://github.com/geoffreywiseman/awswl/actions/workflows/ci.yml/badge.svg
:target: https://github.com/geoffreywiseman/awswl/actions/workflows/ci.yml
.. image:: http://pepy.tech/badge/awswl
:target: http://pepy.tech/count/awswl

Expand Down

0 comments on commit 2394509

Please sign in to comment.