mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-07 21:15:21 -05:00
portdb also uses coverage, so provide $TOP there
This commit is contained in:
parent
314a739160
commit
74fcd5aab9
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -250,6 +250,8 @@ jobs:
|
|||||||
if: ${{ !failure() && !cancelled() }} # Allow previous steps to be skipped, but not fail
|
if: ${{ !failure() && !cancelled() }} # Allow previous steps to be skipped, but not fail
|
||||||
needs: linting-done
|
needs: linting-done
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
TOP: ${{ github.workspace }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user