We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c65b32 commit b579d0cCopy full SHA for b579d0c
1 file changed
.github/workflows/test-xetabase-workflow.yml
@@ -105,12 +105,14 @@ jobs:
105
uses: actions/upload-artifact@v4
106
with:
107
name: report-test
108
- path: ./opencga-enterprise/reports/test
+ path: ./opencga-enterprise/reports/
109
+ if-no-files-found: error
110
- name: Upload log
111
112
113
name: build-log
114
path: ./opencga-enterprise/build.log
115
116
- name: Log summary
117
run: |
118
cat ./opencga-enterprise/build.log | tee -a $GITHUB_STEP_SUMMARY
0 commit comments