FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

set TOP in sytest containers · casio/synapse@cb5976e · GitHub

/ synapse Public
forked from matrix-org/synapse

Commit cb5976e

Browse files
David Robertson
committed
set TOP in sytest containers
1 parent 6fcc3e0 commit cb5976e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

‎.coveragerc‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[run]
22
branch = True
33
parallel = True
4-
include=$GITHUB_WORKSPACE/synapse/*
5-
data_file = $GITHUB_WORKSPACE/.coverage
4+
include=$TOP/synapse/*
5+
data_file = $TOP/.coverage
66

77
[report]
88
precision = 2

‎.github/workflows/tests.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ jobs:
200200
WORKERS: ${{ matrix.workers && 1 }}
201201
REDIS: ${{ matrix.redis && 1 }}
202202
BLACKLIST: ${{ matrix.workers && 'synapse-blacklist-with-workers' }}
203+
TOP: ${{ github.workspace }}
203204

204205
strategy:
205206
fail-fast: false

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL