Skip to content

Commit

Permalink
coveralls fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Aug 15, 2024
1 parent c9bad12 commit 0af6c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
dotnet build --no-restore
dotnet test -p:CollectCoverage=true -p:CoverletOutput=TestResults/ -p:CoverletOutputFormat=lcov --no-build --verbosity normal ACadSharp.Tests/
- name: Build and Test Submodules
working-directory: CSUtilities
working-directory: src/CSUtilities
run: |
dotnet restore
dotnet build --no-restore
Expand Down

0 comments on commit 0af6c81

Please sign in to comment.