aboutsummaryrefslogtreecommitdiff
path: root/.onedev-buildspec.yml
diff options
context:
space:
mode:
Diffstat (limited to '.onedev-buildspec.yml')
-rw-r--r--.onedev-buildspec.yml3
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: