Skip to content

Commit

Permalink
Add 'all good' job to be added as a required build
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 21, 2021
1 parent 6395ece commit 96f9aad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -67,3 +67,11 @@ jobs:
- name: Tox tests
run: |
tox -v -e ${{ matrix.tox-python-version }}-${{ matrix.tox-extra-versions }}-coverage55
allgood:
needs: test
runs-on: ubuntu-latest
name: Test successful
steps:
- name: Success
run: echo Test successful

0 comments on commit 96f9aad

Please sign in to comment.