From 44044eb0fb28b774773e3284fd147c91d59d64e3 Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 18 Oct 2024 22:10:17 -0400 Subject: refactor: Wire up unit testing and refactor c# api --- .onedev-buildspec.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.onedev-buildspec.yml') diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index 8bbe9c7..bf3aa48 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -40,8 +40,7 @@ jobs: runInContainer: false interpreter: !DefaultInterpreter commands: | - cd @project_name@ - task -t Module.Taskfile.yaml test + vnbuild test -i @project_name@ useTTY: true condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL triggers: -- cgit