1
0

Fix value for TOP in sytest

This commit is contained in:
Brendan Abolivier
2022-06-08 14:36:02 +01:00
parent c7a86def4a
commit b9ce2499ce

View File

@@ -201,9 +201,9 @@ jobs:
BLACKLIST: ${{ matrix.workers && 'synapse-blacklist-with-workers' }}
# $TOP is usually defined as {{ github.workspace }}, however in this case we're
# operating in the context of the container, where the path defined by
# github.workspace doesn't exist, and the equivalent path is defined as /src in
# synapse_sytest.sh.
TOP: "/src"
# github.workspace doesn't exist, and the equivalent path is defined as /synapse
# in synapse_sytest.sh.
TOP: "/synapse"
strategy:
fail-fast: false
@@ -417,7 +417,7 @@ jobs:
- name: Combine coverage reports
run: poetry run coverage combine
- name: Write coverage to XML
run: poetry run coverage xml -i
run: poetry run coverage xml
- name: Upload combined coverage
uses: actions/upload-artifact@v3
with: