Skip to content

Commit

Permalink
Try to fix permissions again
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybibikov committed May 3, 2024
1 parent 9497296 commit 0856cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
path: ./test-results/*.trx

- name: Set Permissions for Test Results Directory
run: mkdir -p ${{ github.workspace }}/test-results/merged-report
run: mkdir -p ${{ github.workspace }}/test-results/merged-report && sudo chmod -R 777 ${{ github.workspace }}/test-results

- name: Merge Coverage Reports
run: reportgenerator "-reports:${{ github.workspace }}/test-results/coverage_*.cobertura.xml" "-targetdir:${{ github.workspace }}/test-results/merged-report" "-reporttypes:Html"
Expand Down

0 comments on commit 0856cbc

Please sign in to comment.