Skip to content

Commit 839bbcb

Browse files
author
Alex Peck
committed
dir
1 parent 027530a commit 839bbcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- name: Install dependencies
2121
run: dotnet restore
2222
- name: Build
23-
run: dotnet build src --configuration Release --no-restore
23+
run: dotnet build src\BitFaster.Caching.DependencyInjection.sln --configuration Release --no-restore
2424
- name: Test
25-
run: dotnet test src --no-restore --verbosity normal /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov
25+
run: dotnet test src\BitFaster.Caching.DependencyInjection.sln --no-restore --verbosity normal /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov
2626
- name: Publish coverage report to coveralls.io
2727
uses: coverallsapp/github-action@master
2828
with:

0 commit comments

Comments
 (0)