diff options
author | David Robertson <davidr@element.io> | 2021-08-11 20:08:48 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-08-11 20:08:48 +0100 |
commit | cb5976ebd71e25da2b2370185d640e80a2245d04 (patch) | |
tree | cccf28e7fa4eaa8d16b9686651f89ed04231efd9 /.github | |
parent | Teach MANIFEST and tox about ci->.ci (diff) | |
download | synapse-cb5976ebd71e25da2b2370185d640e80a2245d04.tar.xz |
set TOP in sytest containers
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index df2e3901cb..de022020cc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -200,6 +200,7 @@ jobs: WORKERS: ${{ matrix.workers && 1 }} REDIS: ${{ matrix.redis && 1 }} BLACKLIST: ${{ matrix.workers && 'synapse-blacklist-with-workers' }} + TOP: ${{ github.workspace }} strategy: fail-fast: false |