Skip to content

Commit

Permalink
test: Copy nf-test config from fetchngs
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 6, 2023
1 parent 1e23992 commit 7ba39b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nf-test.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
config {
// location for all nf-tests
testsDir "tests"
testsDir "."

// nf-test directory including temporary files for each test
workDir ".nf-test"
workDir "/tmp"

// location of library folder that is added automatically to the classpath
libDir "tests/pipeline/lib/"
libDir "lib/"

// location of an optional nextflow.config file specific for executing tests
configFile "nextflow.config"
Expand Down

0 comments on commit 7ba39b7

Please sign in to comment.