Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add job to show link
  • Loading branch information
3nids authored and nyalldawson committed Feb 8, 2021
1 parent 83ccd2e commit 9291e4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-tests.yml
Expand Up @@ -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 }}"

0 comments on commit 9291e4a

Please sign in to comment.