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
fail faster
  • Loading branch information
richvdh committed Aug 18, 2021
commit b558f054d8e08628ceedb69fe5e3cf64cbde7b79
2 changes: 2 additions & 0 deletions .github/workflows/twisted_trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- run: false
- uses: actions/checkout@v2
- run: sudo apt-get -qq install xmlsec1
- uses: actions/setup-python@v2
Expand Down Expand Up @@ -54,6 +55,7 @@ jobs:
- ${{ github.workspace }}:/src

steps:
- run: false
- uses: actions/checkout@v2
- name: Patch dependencies
run: .ci/patch_for_twisted_trunk.sh
Expand Down