Skip to content

Commit

Permalink
Fix failing CI tests (#4861)
Browse files Browse the repository at this point in the history

Signed-off-by: Ben Sherman <bentshermann@gmail.com>
  • Loading branch information
bentsherman committed Mar 28, 2024
1 parent fd27fbc commit 1c0e648
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/snippets/process-out-env.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process myTask {

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ 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 1c0e648

Please sign in to comment.