Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
add job to show link
- Loading branch information
Showing
with
7 additions
and
0 deletions.
-
+7
−0
.github/workflows/run-tests.yml
|
@@ -155,3 +155,10 @@ jobs: |
|
|
set -e # switch back |
|
|
docker stop qgis-testing-environment |
|
|
|
|
|
cdash-link: |
|
|
name: Publish link to CDASH |
|
|
needs: build |
|
|
runs-on: ubuntu-latest |
|
|
if: failure() |
|
|
steps: |
|
|
run: echo "${{ jobs.build.steps.unit-tests.outputs.CDASH_URL }}" |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.