Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout authored Dec 4, 2024
1 parent 9fb3d75 commit df669b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
with:
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore SimpleCDN.Tests.Integration/SimpleCDN.Integration.csproj
run: dotnet restore SimpleCDN.Tests.Integration/SimpleCDN.Tests.Integration.csproj
- name: Build
run: dotnet build SimpleCDN.Tests.Integration/SimpleCDN.Integration.csproj --no-restore
run: dotnet build SimpleCDN.Tests.Integration/SimpleCDN.Tests.Integration.csproj --no-restore
- name: Test
run: dotnet test SimpleCDN.Tests.Integration/SimpleCDN.Integration.csproj --no-build --verbosity normal
run: dotnet test SimpleCDN.Tests.Integration/SimpleCDN.Tests.Integration.csproj --no-build --verbosity normal

0 comments on commit df669b6

Please sign in to comment.