mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
set TOP in sytest containers
This commit is contained in:
parent
6fcc3e0bc8
commit
cb5976ebd7
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -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 a new issue