We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82e4f11 + fd567ea commit 3e7d731Copy full SHA for 3e7d731
.github/workflows/tests.yml
@@ -62,3 +62,13 @@ jobs:
62
- name: Test with tox with forced minimum dependencies
63
if: matrix.versions.min-deps
64
run: tox -vv -e py,py-smtp ${{ matrix.versions.min-deps }}
65
+
66
+ summary:
67
+ runs-on: ubuntu-latest
68
+ needs:
69
+ - build
70
+ steps:
71
+ - name: Summarize job statuses
72
+ uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
73
+ with:
74
+ jobs: ${{ toJSON(needs) }}
0 commit comments