Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
try to output CDASH url
  • Loading branch information
3nids authored and nyalldawson committed Feb 8, 2021
1 parent eb8843e commit f3e109e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/config.ctest
Expand Up @@ -66,6 +66,8 @@ IF(NOT IGNORE_BUILD_FAILURES)
MESSAGE("")
MESSAGE(" ${Yellow}Test results submitted to${ColorReset}")
MESSAGE(" ${BoldYellow}${SHORTURL}${ColorReset}")
# Github workflow output
MESSAGE("::set-output name=CDASH_URL::${SHORTURL}$")
MESSAGE("")
MESSAGE( FATAL_ERROR " ${Red}Build failed. Not running tests.${ColorReset}" )
MESSAGE("")
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Expand Up @@ -108,9 +108,13 @@ jobs:
docker commit qgis_container qgis_image
- name: run unit tests
id: unit-tests
run: |
docker-compose -f .docker/docker-compose-testing.yml run qgis-deps /root/QGIS/.docker/docker-qgis-test.sh
- name: CDASH url
run: echo "${{ steps.unit-tests.outputs.CDASH_URL }}"

- name: QGIS runners
run: |
docker run -d --name qgis-testing-environment \
Expand Down

0 comments on commit f3e109e

Please sign in to comment.