Skip to content

Commit

Permalink
test_full limit resources
Browse files Browse the repository at this point in the history
  • Loading branch information
DarianHole committed Mar 12, 2024
1 parent ea6c5eb commit e1416ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ params {
config_profile_name = 'Full test profile'
config_profile_description = 'Full test dataset to check pipeline function'

// Limit resources so that this can run on GitHub Actions
max_cpus = 2
max_memory = '6.GB'
max_time = '6.h'

// Input data for full size test
input = "$projectDir/.github/test-data/nanopore/input.csv"

Expand Down

0 comments on commit e1416ef

Please sign in to comment.