Skip to content

Commit

Permalink
Post Unit Test results on PR
Browse files Browse the repository at this point in the history
Contributes to CURA-10831
  • Loading branch information
jellespijker committed Dec 5, 2023
1 parent 12e9ea5 commit 548a32d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/unit-test-post.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: unit-test-post

on:
workflow_run:
workflows: [ "unit-test" ]
types: [ completed ]

jobs:
# FIXME: Use `main` instead of `CURA-10831` once merged
publish-test-results:
uses: ultimaker/cura-workflows/.github/workflows/unit-test-post.yml@CURA-10831
with:
event: ${{ github.event.workflow_run.event }}
conclusion: ${{ github.event.workflow_run.conclusion }}

0 comments on commit 548a32d

Please sign in to comment.