Skip to content

Commit da21d3a

Browse files
Merge pull request #142 from tomblanchard312/codex/fix-failing-github-actions
Fix CI workflow trigger and integration test project path
2 parents 5391201 + 0914a79 commit da21d3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet-build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '**/*.cs'
1515
- '**/*.csproj'
1616
- '**/*.sln'
17-
- '.github/workflows/ci.yml'
17+
- '.github/workflows/dotnet-build-test.yml'
1818
pull_request:
1919
branches: [ main ]
2020
paths:
@@ -63,7 +63,7 @@ jobs:
6363

6464
- run: dotnet restore NetCoreAzureBlobServiceAPI.sln
6565
- run: dotnet build NetCoreAzureBlobServiceAPI.sln --no-restore --configuration Release
66-
- run: dotnet test NetCoreAzureBlobServiceAPI.Tests/NetCoreAzureBlobServiceAPI.Tests. csproj \
66+
- run: dotnet test NetCoreAzureBlobServiceAPI.Tests/NetCoreAzureBlobServiceAPI.Tests.csproj \
6767
--no-build --configuration Release \
6868
--filter "Category=Integration" \
6969
--logger "trx;LogFileName=TestResults.trx"

0 commit comments

Comments
 (0)