Skip to content

Commit af3d16d

Browse files
committed
implicitly run apparently
1 parent 21dc538 commit af3d16d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ jobs:
3737
uses: actions/setup-dotnet@v2
3838
with:
3939
dotnet-version: ${{matrix.dotnet}}
40-
- name: Restore dependencies
41-
run: dotnet restore --use-current-runtime
4240
- name: Build
43-
run: dotnet build --no-restore /p:ContinuousIntegrationBuild=true
41+
run: dotnet build /p:ContinuousIntegrationBuild=true
4442
- name: Test
4543
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
4644
- name: Codecov

0 commit comments

Comments
 (0)