Skip to content

Commit

Permalink
Changed workspace on coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Aug 17, 2024
1 parent 8d8350d commit a453301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
run: ctest --output-on-failure

- name: Coverage
working-directory: ${{runner.workspace}}/build
working-directory: ${{github.workspace}}/build
shell: bash
run: make coverage

0 comments on commit a453301

Please sign in to comment.