Skip to content

Commit b579d0c

Browse files
committed
cicd: Fix upload report-test from opencga-enterprise. #TASK-7809
1 parent 4c65b32 commit b579d0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-xetabase-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,14 @@ jobs:
105105
uses: actions/upload-artifact@v4
106106
with:
107107
name: report-test
108-
path: ./opencga-enterprise/reports/test
108+
path: ./opencga-enterprise/reports/
109+
if-no-files-found: error
109110
- name: Upload log
110111
uses: actions/upload-artifact@v4
111112
with:
112113
name: build-log
113114
path: ./opencga-enterprise/build.log
115+
if-no-files-found: error
114116
- name: Log summary
115117
run: |
116118
cat ./opencga-enterprise/build.log | tee -a $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)