diff options
author | vnugent <public@vaughnnugent.com> | 2024-10-18 22:10:17 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-10-18 22:10:17 -0400 |
commit | 44044eb0fb28b774773e3284fd147c91d59d64e3 (patch) | |
tree | 429860e6ced91b02b7062f86c74120be5d5f0c11 /.onedev-buildspec.yml | |
parent | 6a4a464d9fdc7821cd5c5695656a3fe385497cc5 (diff) |
refactor: Wire up unit testing and refactor c# api
Diffstat (limited to '.onedev-buildspec.yml')
-rw-r--r-- | .onedev-buildspec.yml | 3 |
1 files changed, 1 insertions, 2 deletions
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: |