Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
timeout-minutes: 120
runs-on: ubuntu-latest
steps:

# This one weird trick speeds up every build!
# see: https://github.com/getodk/central-backend/pull/1642
# see: https://github.com/actions/runner/issues/4030
- run: sudo apt-get remove --purge man-db

- uses: actions/checkout@v4
with:
path: client
Expand Down