diff --git a/.github/workflows/run-standalone-mfos-tests.yml b/.github/workflows/run-standalone-mfos-tests.yml index 1b19d35de..703142e1e 100644 --- a/.github/workflows/run-standalone-mfos-tests.yml +++ b/.github/workflows/run-standalone-mfos-tests.yml @@ -38,7 +38,6 @@ jobs: - name: Compress all reports run: | mkdir -p ${{ github.workspace }}/combined-reports - cp ${{ github.workspace }}/report/core/report.json ${{ github.workspace }}/combined-reports/core-report.json cp ${{ github.workspace }}/report/manage/report.json ${{ github.workspace }}/combined-reports/manage-report.json tar -czvf combined-reports.tar.gz -C ${{ github.workspace }}/combined-reports .