diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 98ad1028..3ea12f55 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -88,9 +88,21 @@ jobs: docker logs signalo - uses: actions/upload-artifact@v4 + id: artifact if: github.event_name == 'pull_request' with: name: signalo-pr-testing path: | signalo-testing-db-dump-with-demo.backup project + + - name: Schedule download comment + uses: ./.github/actions/post_sticky_comment + if: github.event_name == 'pull_request' + with: + marker: pr-testing + body: | + ### Testing + Download [demo data dump and QGIS project](${{ steps.artifact.outputs.artifact-url }}). + *(Built from commit ${{ github.event.pull_request.head.sha }})* + pr: ${{ github.event.number }}