Skip to content

Commit 19a334b

Browse files
committed
more
1 parent 238d0c3 commit 19a334b

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

.github/workflows/nf-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: ${{ needs.nf-test-changes.outputs.total_shards != '0' }}
6464
runs-on: # use self-hosted runners
6565
- runs-on=${{ github.run_id }}-nf-test
66-
- runner=32cpu-linux-x64
66+
- runner=64cpu-linux-x64
6767
strategy:
6868
fail-fast: false
6969
matrix:

.nf-test.log

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
Nov-10 15:55:25.519 [main] INFO com.askimed.nf.test.App - nf-test 0.9.3
2-
Nov-10 15:55:25.534 [main] INFO com.askimed.nf.test.App - Arguments: [test, tests/default.nf.test, --update-snapshot, --profile, +docker]
3-
Nov-10 15:55:26.267 [main] INFO com.askimed.nf.test.App - Nextflow Version: 25.10.0
4-
Nov-10 15:55:26.268 [main] INFO com.askimed.nf.test.commands.RunTestsCommand - Load config from file /home/luisasantus/Desktop/multiplesequencealign/nf-test.config...
5-
Nov-10 15:55:26.906 [main] INFO com.askimed.nf.test.lang.dependencies.DependencyResolver - Loaded 54 files from directory /home/luisasantus/Desktop/multiplesequencealign in 0.246 sec
6-
Nov-10 15:55:26.908 [main] INFO com.askimed.nf.test.lang.dependencies.DependencyResolver - Found 1 files containing tests.
7-
Nov-10 15:55:26.908 [main] DEBUG com.askimed.nf.test.lang.dependencies.DependencyResolver - Found files: [/home/luisasantus/Desktop/multiplesequencealign/tests/default.nf.test]
8-
Nov-10 15:55:27.069 [main] INFO com.askimed.nf.test.commands.RunTestsCommand - Found 1 tests to execute.
9-
Nov-10 15:55:27.069 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Started test plan
10-
Nov-10 15:55:27.069 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Running testsuite 'Test pipeline' from file '/home/luisasantus/Desktop/multiplesequencealign/tests/default.nf.test'.
11-
Nov-10 15:55:27.070 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Run test '29aa33c1: -profile test_tiny'. type: com.askimed.nf.test.lang.pipeline.PipelineTest
12-
Nov-10 15:56:29.853 [main] DEBUG com.askimed.nf.test.lang.extensions.SnapshotFile - Load snapshots from file '/home/luisasantus/Desktop/multiplesequencealign/tests/default.nf.test.snap'
13-
Nov-10 15:56:29.890 [main] DEBUG com.askimed.nf.test.lang.extensions.Snapshot - Snapshots '-profile test_tiny' match.
14-
Nov-10 15:56:29.891 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Test '29aa33c1: -profile test_tiny' finished. status: PASSED
15-
Nov-10 15:56:29.892 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Testsuite 'Test pipeline' finished. snapshot file: true, skipped tests: false, failed tests: false
16-
Nov-10 15:56:29.892 [main] INFO com.askimed.nf.test.core.TestExecutionEngine - Executed 1 tests. 0 tests failed. Done!
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

0 commit comments

Comments
 (0)