Skip to content

Commit

Permalink
Revert "Fix failing CI tests (#4861)"
Browse files Browse the repository at this point in the history
This reverts commit 1c0e648.
  • Loading branch information
pditommaso committed Apr 3, 2024
1 parent 1c0e648 commit 7ba2e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/process-out-env.nf
Expand Up @@ -4,7 +4,7 @@ process myTask {

script:
'''
FOO=$(ls -a1)
FOO=$(ls -a)
'''
}

Expand Down
Expand Up @@ -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: [
Expand Down

0 comments on commit 7ba2e25

Please sign in to comment.