We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52cee32 commit a3a6ed2Copy full SHA for a3a6ed2
1 file changed
.github/workflows/ci-cd.yml
@@ -78,8 +78,7 @@ jobs:
78
id: run_unit_tests
79
shell: pwsh
80
run: |
81
- dotnet test ./DevBetterWeb.sln --filter FullyQualifiedName!~Vimeo.Tests --configuration Release --no-build --output Artifacts
82
-
+ dotnet test ./DevBetterWeb.sln --filter FullyQualifiedName!~Vimeo.Tests --configuration Release --no-build
83
- name: Publish WebApp
84
id: publish_webapp
85
0 commit comments