We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f9889 commit 46791d4Copy full SHA for 46791d4
1 file changed
.github/workflows/build.yml
@@ -23,8 +23,11 @@ jobs:
23
- name: Build Package
24
run: dotnet build --no-restore -c Release
25
26
+ - name: Perform Unit Testing
27
+ run: dotnet test --no-build --verbosity normal
28
+
29
- name: Create Package
- 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
31
32
- name: Create packages artifact
33
uses: actions/upload-artifact@v2
0 commit comments