We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371f041 commit de5bbdcCopy full SHA for de5bbdc
.github/workflows/build.yaml
@@ -32,6 +32,18 @@ jobs:
32
working-directory: server
33
run: ant -f mirth-build.xml -DdisableSigning=true
34
35
+ - name: Publish Test Results
36
+ if: github.ref != 'refs/heads/main'
37
+ uses: EnricoMi/publish-unit-test-result-action@v2
38
+ with:
39
+ files: |
40
+ donkey/junit-reports/**/*.xml
41
+ server/junit-reports/**/*.xml
42
+ client/junit-reports/**/*.xml
43
+ cli/junit-reports/**/*.xml
44
+ check_name: 'JUnit Test Results'
45
+ comment_mode: failures
46
+
47
- name: Package distribution
48
run: tar czf openintegrationengine.tar.gz -C server/ setup --transform 's|^setup|openintegrationengine/|'
49
0 commit comments