Skip to content
Snippets Groups Projects
Commit 74fcd5aa authored by David Robertson's avatar David Robertson
Browse files

portdb also uses coverage, so provide $TOP there

parent 314a7391
No related branches found
No related tags found
No related merge requests found
...@@ -250,6 +250,8 @@ jobs: ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment