Skip to content

Commit 4f29691

Browse files
committed
Fix ci
1 parent 05a028c commit 4f29691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: dotnet tool restore
3131

3232
- name: Execute unit tests
33-
run: dotnet-cake --target "Test"
33+
run: dotnet cake --target "Test"

0 commit comments

Comments
 (0)