Skip to content

Commit b72ccaf

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
with:
1919
dotnet-version: 6.0.x
2020
- name: Install dependencies
21-
run: dotnet restore
21+
run: dotnet restore src
2222
- name: Build
23-
run: dotnet build src\BitFaster.Caching.DependencyInjection.sln --configuration Release --no-restore
23+
run: dotnet build src --configuration Release --no-restore
2424
- name: Test
25-
run: dotnet test src\BitFaster.Caching.DependencyInjection.sln --no-restore --verbosity normal /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov
25+
run: dotnet test src --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)