Skip to content

Commit

Permalink
Update run-standalone-mfos-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 committed Sep 18, 2024
1 parent 3aacec6 commit a77ea5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run-standalone-mfos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit a77ea5f

Please sign in to comment.