Skip to content

Commit

Permalink
Merge pull request #5 from shahabfar/package-initialize
Browse files Browse the repository at this point in the history
Add restore step for test project in release workflow
  • Loading branch information
shahabfar authored Nov 19, 2024
2 parents bef6095 + e4a71b2 commit 45391de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Build
run: dotnet build src/Univertall/Univertall.csproj --configuration Release --no-restore

- name: Restore test project dependencies
run: dotnet restore tests/Univertall.Tests/Univertall.Tests.csproj

- name: Test
run: dotnet test --no-restore --verbosity normal

Expand Down

0 comments on commit 45391de

Please sign in to comment.