diff options
author | David Robertson <davidr@element.io> | 2021-08-12 10:41:01 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-08-12 10:41:01 +0100 |
commit | 74fcd5aab9de111d5c306d3ed28a3f3ef63f3e3e (patch) | |
tree | 2f6fb43ff1b3a455f9fb7716212fc4542064ff30 /.github | |
parent | Also rename in lint.sh (diff) | |
download | synapse-74fcd5aab9de111d5c306d3ed28a3f3ef63f3e3e.tar.xz |
portdb also uses coverage, so provide $TOP there
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index de022020cc..6874d253ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -250,6 +250,8 @@ jobs: if: ${{ !failure() && !cancelled() }} # Allow previous steps to be skipped, but not fail needs: linting-done runs-on: ubuntu-latest + env: + TOP: ${{ github.workspace }} strategy: matrix: include: |