Skip to content

Commit 6bb384f

Browse files
committed
Update .gitpod.yml to execute tests on GitPod startup
1 parent 66bf59e commit 6bb384f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ image: gitpod/workspace-dotnet
22

33
tasks:
44
- name: Setup and test
5-
command: cd csharp && dotnet --version
5+
command: cd csharp && dotnet test -c Release -f net8

0 commit comments

Comments
 (0)