Skip to content

Commit 46791d4

Browse files
committed
[add] Unit testing
1 parent 76f9889 commit 46791d4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ jobs:
2323
- name: Build Package
2424
run: dotnet build --no-restore -c Release
2525

26+
- name: Perform Unit Testing
27+
run: dotnet test --no-build --verbosity normal
28+
2629
- name: Create Package
27-
run: dotnet pack Simplify.Web/Simplify.Web.csproj --no-restore --no-build -c Release -o ./publish
30+
run: dotnet pack Simplify.Web/Simplify.Web.csproj --no-build -c Release -o ./publish
2831

2932
- name: Create packages artifact
3033
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)