Skip to content

Commit

Permalink
Setup github flow: Add and new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreise committed Feb 11, 2024
1 parent 050781e commit a06f224
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ jobs:
- name: Pack Taggeds
run: dotnet pack ./src/*/*/Taggeds.csproj --no-restore -o ~/nuget -c Release

- name: Restore Taggeds.Tests.Old
run: dotnet restore ./src/*/*/Taggeds.Tests.Old.csproj

- name: Test Taggeds.Tests.Old
run: dotnet test ./src/*/*/Taggeds.Tests.Old.csproj --no-restore -c Release

- name: Restore Taggeds.Tests
run: dotnet restore ./src/*/*/Taggeds.Tests.csproj

Expand Down

0 comments on commit a06f224

Please sign in to comment.