Skip to content

Commit 7f33335

Browse files
committed
Add 'all good' job to be added as a required build
1 parent 6395ece commit 7f33335

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ jobs:
6767
- name: Tox tests
6868
run: |
6969
tox -v -e ${{ matrix.tox-python-version }}-${{ matrix.tox-extra-versions }}-coverage55
70+
71+
allgood:
72+
needs: [test]

0 commit comments

Comments
 (0)