Skip to content

Commit a2e7031

Browse files
authored
Update publish.yml (#1382)
1 parent 9021b97 commit a2e7031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
dotnet-version: '9.0.x'
2525

2626
- name: Restore dependencies
27-
run: dotnet restore
27+
run: dotnet restore DevBetterWeb.slnx
2828

2929
- name: Build and test
30-
run: dotnet test --filter FullyQualifiedName!~Vimeo.Tests --configuration Release
30+
run: dotnet test DevBetterWeb.slnx --filter FullyQualifiedName!~Vimeo.Tests --configuration Release
3131

3232
- name: Publish app
3333
run: |

0 commit comments

Comments
 (0)