Skip to content

Commit

Permalink
Update .gitpod.yml to execute tests on GitPod startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jan 18, 2024
1 parent 66bf59e commit 6bb384f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ image: gitpod/workspace-dotnet

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

0 comments on commit 6bb384f

Please sign in to comment.