Skip to content

Commit

Permalink
Restored testing to CI Build Job, for PR builds. (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakenVeina committed Dec 6, 2023
1 parent 0e13de8 commit 29d3dde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
run: dotnet build --no-restore --configuration Release DynamicData.sln
working-directory: src

- name: Run Tests
run: dotnet test --no-restore --configuration Release DynamicData.sln
working-directory: src

- name: Pack
run: dotnet pack --no-restore --configuration Release DynamicData.sln
working-directory: src
Expand Down

0 comments on commit 29d3dde

Please sign in to comment.