Skip to content

Commit

Permalink
fix: change run test command
Browse files Browse the repository at this point in the history
  • Loading branch information
luc1an24 committed Nov 24, 2024
1 parent 243600a commit 8a57f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: dotnet build --no-restore --configuration Release

- name: Run tests
run: dotnet test --no-build --verbosity normal
run: dotnet test ./ExchangeRates.Api.Tests/ExchangeRates.Api.Tests.csproj --no-build --verbosity normal

0 comments on commit 8a57f4a

Please sign in to comment.