Skip to content

Commit 6c5e592

Browse files
committed
more
1 parent 555e443 commit 6c5e592

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.github/workflows/nf-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
runs-on: # use self-hosted runners
6565
- runs-on=${{ github.run_id }}-nf-test
6666
- runner=64cpu-linux-x64
67+
- volume=80gb
6768
strategy:
6869
fail-fast: false
6970
matrix:

.nf-test.log

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Nov-11 10:55:00.052 [main] INFO com.askimed.nf.test.App - nf-test 0.9.3
2-
Nov-11 10:55:00.078 [main] INFO com.askimed.nf.test.App - Arguments: [test, tests/default.nf.test, --update-snapshot, --profile, +docker]
3-
Nov-11 10:55:01.388 [main] INFO com.askimed.nf.test.App - Nextflow Version: 25.10.0
4-
Nov-11 10:55:01.390 [main] INFO com.askimed.nf.test.commands.RunTestsCommand - Load config from file /home/luisasantus/Desktop/multiplesequencealign/nf-test.config...
5-
Nov-11 10:55:02.706 [main] INFO com.askimed.nf.test.lang.dependencies.DependencyResolver - Loaded 54 files from directory /home/luisasantus/Desktop/multiplesequencealign in 0.753 sec
6-
Nov-11 10:55:02.708 [main] INFO com.askimed.nf.test.lang.dependencies.DependencyResolver - Found 1 files containing tests.
7-
Nov-11 10:55:02.708 [main] DEBUG com.askimed.nf.test.lang.dependencies.DependencyResolver - Found files: [/home/luisasantus/Desktop/multiplesequencealign/tests/default.nf.test]
8-
Nov-11 10:55:02.904 [main] INFO com.askimed.nf.test.commands.RunTestsCommand - Found 1 tests to execute.
9-
Nov-11 10:55:02.904 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Started test plan
10-
Nov-11 10:55:02.904 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Running testsuite 'Test pipeline' from file '/home/luisasantus/Desktop/multiplesequencealign/tests/default.nf.test'.
11-
Nov-11 10:55:02.904 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Run test '3b90429f: -profile test'. type: com.askimed.nf.test.lang.pipeline.PipelineTest
1+
Nov-11 11:11:46.768 [main] INFO com.askimed.nf.test.App - nf-test 0.9.3
2+
Nov-11 11:11:46.790 [main] INFO com.askimed.nf.test.App - Arguments: [test, tests/default.nf.test, --update-snapshot, --profile, +docker]
3+
Nov-11 11:11:47.824 [main] INFO com.askimed.nf.test.App - Nextflow Version: 25.10.0
4+
Nov-11 11:11:47.827 [main] INFO com.askimed.nf.test.commands.RunTestsCommand - Load config from file /home/luisasantus/Desktop/multiplesequencealign/nf-test.config...
5+
Nov-11 11:11:48.729 [main] INFO com.askimed.nf.test.lang.dependencies.DependencyResolver - Loaded 56 files from directory /home/luisasantus/Desktop/multiplesequencealign in 0.357 sec
6+
Nov-11 11:11:48.730 [main] INFO com.askimed.nf.test.lang.dependencies.DependencyResolver - Found 1 files containing tests.
7+
Nov-11 11:11:48.731 [main] DEBUG com.askimed.nf.test.lang.dependencies.DependencyResolver - Found files: [/home/luisasantus/Desktop/multiplesequencealign/tests/default.nf.test]
8+
Nov-11 11:11:48.966 [main] INFO com.askimed.nf.test.commands.RunTestsCommand - Found 1 tests to execute.
9+
Nov-11 11:11:48.968 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Started test plan
10+
Nov-11 11:11:48.968 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Running testsuite 'Test pipeline' from file '/home/luisasantus/Desktop/multiplesequencealign/tests/default.nf.test'.
11+
Nov-11 11:11:48.968 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Run test '3b90429f: -profile test'. type: com.askimed.nf.test.lang.pipeline.PipelineTest

0 commit comments

Comments
 (0)