Skip to content

Commit

Permalink
fix path?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiras committed Feb 8, 2024
1 parent ab864c5 commit 2c93375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-sharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:

- name: Run Tests
run: |
dotnet test Tests\bin\Release\net6.0-windows\RATools.Data.Tests.dll
dotnet test Tests\bin\Release\net6.0-windows\RATools.Parser.Tests.dll
dotnet test Tests\Data\bin\Release\net6.0-windows\RATools.Data.Tests.dll
dotnet test Tests\Parser\bin\Release\net6.0-windows\RATools.Parser.Tests.dll
dotnet test Tests\bin\Release\net6.0-windows\RATools.Tests.dll

0 comments on commit 2c93375

Please sign in to comment.