Skip to content
Snippets Groups Projects
Commit cb5976eb authored by David Robertson's avatar David Robertson
Browse files

set TOP in sytest containers

parent 6fcc3e0b
No related branches found
No related tags found
No related merge requests found
[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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment