From e1fa6ddb4afa78b6a273e0102040b003e54e96db Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Fri, 2 Feb 2024 19:16:47 +0000 Subject: [PATCH] Disable debug mode in checkout path tests This avoids uploading debug artifacts, which takes a while. --- .github/workflows/__with-checkout-path.yml | 1 - pr-checks/checks/with-checkout-path.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/__with-checkout-path.yml b/.github/workflows/__with-checkout-path.yml index 9b5a97232..22f3960e2 100644 --- a/.github/workflows/__with-checkout-path.yml +++ b/.github/workflows/__with-checkout-path.yml @@ -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 diff --git a/pr-checks/checks/with-checkout-path.yml b/pr-checks/checks/with-checkout-path.yml index 5afaa5142..481a624c2 100644 --- a/pr-checks/checks/with-checkout-path.yml +++ b/pr-checks/checks/with-checkout-path.yml @@ -23,7 +23,6 @@ steps: # 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