Skip to content

Commit

Permalink
👷 Added restore as step
Browse files Browse the repository at this point in the history
  • Loading branch information
karafra committed Feb 14, 2022
1 parent 7d102b2 commit f064e14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Restore project from cache
run: dotnet restore
- name: Run tests with coverage
run: dotnet test --no-build --collect:"XPlat Code Coverage"
- name: ReportGenerator
Expand Down

0 comments on commit f064e14

Please sign in to comment.