Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maurizuki authored Aug 3, 2023
1 parent ad761e3 commit 9a9fddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore **\ECB.Data.ExchangeRates.Tests.csproj
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal **\ECB.Data.ExchangeRates.Tests.csproj

0 comments on commit 9a9fddc

Please sign in to comment.