Skip to content

Commit a3a6ed2

Browse files
authored
Update ci-cd.yml
1 parent 52cee32 commit a3a6ed2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ jobs:
7878
id: run_unit_tests
7979
shell: pwsh
8080
run: |
81-
dotnet test ./DevBetterWeb.sln --filter FullyQualifiedName!~Vimeo.Tests --configuration Release --no-build --output Artifacts
82-
81+
dotnet test ./DevBetterWeb.sln --filter FullyQualifiedName!~Vimeo.Tests --configuration Release --no-build
8382
- name: Publish WebApp
8483
id: publish_webapp
8584
shell: pwsh

0 commit comments

Comments
 (0)