Skip to content

Commit

Permalink
push comment
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 21, 2024
1 parent 4f22127 commit 4a1ee54
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4a1ee54

Please sign in to comment.