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 37d8191 commit a45eed1Copy full SHA for a45eed1
.github/workflows/ci-build.yml
@@ -23,3 +23,6 @@ jobs:
23
run: dotnet build --no-restore -c Release Branding.sln
24
env:
25
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
26
+
27
+ - name: Test
28
+ run: dotnet test --no-restore Branding.sln
0 commit comments