Skip to content

Commit

Permalink
Add in content need for tests to pass on azure
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmalladi authored Apr 18, 2024
1 parent 03779fe commit 2fb3aff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ process TEST_CREATE_FILE {
path("*.txt"), emit: outfile

"""
touch test.txt
echo "test" > test.txt
"""
}

Expand All @@ -35,8 +35,8 @@ process TEST_CREATE_FOLDER {

"""
mkdir -p test
touch test/test1.txt
touch test/test2.txt
echo "test1" > test/test1.txt
echo "test2" > test/test2.txt
"""
}

Expand Down Expand Up @@ -246,4 +246,4 @@ workflow NF_CANARY {

workflow {
NF_CANARY()
}
}

0 comments on commit 2fb3aff

Please sign in to comment.