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] [run]
branch = True branch = True
parallel = True parallel = True
include=$GITHUB_WORKSPACE/synapse/* include=$TOP/synapse/*
data_file = $GITHUB_WORKSPACE/.coverage data_file = $TOP/.coverage
[report] [report]
precision = 2 precision = 2
...@@ -200,6 +200,7 @@ jobs: ...@@ -200,6 +200,7 @@ jobs:
WORKERS: ${{ matrix.workers && 1 }} WORKERS: ${{ matrix.workers && 1 }}
REDIS: ${{ matrix.redis && 1 }} REDIS: ${{ matrix.redis && 1 }}
BLACKLIST: ${{ matrix.workers && 'synapse-blacklist-with-workers' }} BLACKLIST: ${{ matrix.workers && 'synapse-blacklist-with-workers' }}
TOP: ${{ github.workspace }}
strategy: strategy:
fail-fast: false 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