Skip to content

Commit

Permalink
ci: combine restore & build (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47-bot authored Jun 23, 2024
1 parent 829483a commit cb46fc6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@ jobs:
7.0.x
8.0.x
- name: Restore
run: dotnet restore

- name: Build
run: dotnet build --no-restore -c Release -p:ContinuousIntegrationBuild=true
run: dotnet build -c Release -p:ContinuousIntegrationBuild=true

- name: Run tests
run: dotnet test --no-build -c Release --filter FullyQualifiedName\!~Tests.Integration -p:CollectCoverage=true -e:CoverletOutputFormat=opencover
Expand Down

0 comments on commit cb46fc6

Please sign in to comment.