Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Run a nightly CI build against Twisted trunk. #10651

Merged
merged 13 commits into from
Aug 23, 2021
Prev Previous commit
Next Next commit
open an issue on failure
  • Loading branch information
richvdh committed Aug 18, 2021
commit 3ab06e1b415d76ea7efa74ffffab7c83d292cca0
18 changes: 17 additions & 1 deletion .github/workflows/twisted_trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,20 @@ jobs:
path: |
/logs/results.tap
/logs/**/*.log*


# open an issue if the build fails, so we know about it.
open-issue:
if: failure()
needs:
- mypy
- trial
- sytest

runs-on: ubuntu-latest

steps:
- uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filename: .ci/twisted_trunk_build_failed_template.md