From 7ba2e25343415372834ae3a60827e37619a43cc4 Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Wed, 3 Apr 2024 15:21:10 +0200 Subject: [PATCH] Revert "Fix failing CI tests (#4861)" This reverts commit 1c0e648e180b75d0dce48d5a8ab91758d31ae7c3. --- docs/snippets/process-out-env.nf | 2 +- .../nextflow/cloud/google/batch/client/BatchConfigTest.groovy | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/snippets/process-out-env.nf b/docs/snippets/process-out-env.nf index 06d6fa86fc..9a80b7382c 100644 --- a/docs/snippets/process-out-env.nf +++ b/docs/snippets/process-out-env.nf @@ -4,7 +4,7 @@ process myTask { script: ''' - FOO=$(ls -a1) + FOO=$(ls -a) ''' } diff --git a/plugins/nf-google/src/test/nextflow/cloud/google/batch/client/BatchConfigTest.groovy b/plugins/nf-google/src/test/nextflow/cloud/google/batch/client/BatchConfigTest.groovy index 28d0b8e5e9..0a88e6c2a0 100644 --- a/plugins/nf-google/src/test/nextflow/cloud/google/batch/client/BatchConfigTest.groovy +++ b/plugins/nf-google/src/test/nextflow/cloud/google/batch/client/BatchConfigTest.groovy @@ -26,6 +26,7 @@ import spock.lang.Specification */ class BatchConfigTest extends Specification { + @Requires({System.getenv('GOOGLE_APPLICATION_CREDENTIALS')}) def 'should create batch config' () { given: def CONFIG = [google: [