Disable debug mode in checkout path tests

This avoids uploading debug artifacts, which takes a while.
This commit is contained in:
Henry Mercer
2024-02-02 19:16:47 +00:00
parent 1d4866b058
commit e1fa6ddb4a
2 changed files with 0 additions and 2 deletions

View File

@@ -84,7 +84,6 @@ jobs:
# it's enough to test one compiled language and one interpreted language
languages: csharp,javascript
source-root: x/y/z/some-path/tests/multi-language-repo
debug: true
- name: Build code
shell: bash