set TOP in sytest containers

pull/10573/head
David Robertson 2021-08-11 20:08:48 +01:00
parent 6fcc3e0bc8
commit cb5976ebd7
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,8 @@
[run]
branch = True
parallel = True
include=$GITHUB_WORKSPACE/synapse/*
data_file = $GITHUB_WORKSPACE/.coverage
include=$TOP/synapse/*
data_file = $TOP/.coverage
[report]
precision = 2

View File

@ -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