set TOP in sytest containers
This commit is contained in:
parent
6fcc3e0bc8
commit
cb5976ebd7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue