We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5391201 + 0914a79 commit da21d3aCopy full SHA for da21d3a
1 file changed
.github/workflows/dotnet-build-test.yml
@@ -14,7 +14,7 @@ on:
14
- '**/*.cs'
15
- '**/*.csproj'
16
- '**/*.sln'
17
- - '.github/workflows/ci.yml'
+ - '.github/workflows/dotnet-build-test.yml'
18
pull_request:
19
branches: [ main ]
20
paths:
@@ -63,7 +63,7 @@ jobs:
63
64
- run: dotnet restore NetCoreAzureBlobServiceAPI.sln
65
- run: dotnet build NetCoreAzureBlobServiceAPI.sln --no-restore --configuration Release
66
- - run: dotnet test NetCoreAzureBlobServiceAPI.Tests/NetCoreAzureBlobServiceAPI.Tests. csproj \
+ - run: dotnet test NetCoreAzureBlobServiceAPI.Tests/NetCoreAzureBlobServiceAPI.Tests.csproj \
67
--no-build --configuration Release \
68
--filter "Category=Integration" \
69
--logger "trx;LogFileName=TestResults.trx"
0 commit comments