From df669b67ef655db3a720e07392696fdd9a94de1f Mon Sep 17 00:00:00 2001 From: Jonathan Bout Date: Wed, 4 Dec 2024 08:31:46 +0100 Subject: [PATCH] Fix file name --- .github/workflows/dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7bba342..8008575 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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