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
update trial run
  • Loading branch information
richvdh committed Aug 18, 2021
commit b783daf9d423eec571a73a9246fb6506def93209
4 changes: 3 additions & 1 deletion .github/workflows/twisted_trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: sudo apt-get -qq install xmlsec1
- uses: actions/setup-python@v2
with:
python-version: 3.6

- run: .ci/patch_for_twisted_trunk.sh
- run: pip install tox
- run: tox -e py
env:
TRIAL_FLAGS: "--jobs=2"

- name: Dump logs
# Note: Dumps to workflow logs instead of using actions/upload-artifact
Expand Down