Skip to content

Commit 2a4555d

Browse files
committed
tmp fix to run GA
1 parent d90e35e commit 2a4555d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Linting
22

33
on:
44
push:
5-
branches: [ "master", "fix/github-actions" ]
5+
branches: [ "master" ]
66
pull_request:
77
branches: [ "master" ]
88

.github/workflows/nf-test-e2e.yml

Whitespace-only changes.

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Python unit tests
22

33
on:
44
push:
5-
branches: [ "master", "fix/github-actions" ]
5+
branches: [ "master" ]
66
pull_request:
77
branches: [ "master" ]
88

nf-test.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ config {
44

55
// nf-test directory including temporary files for each test
66
workDir = System.getenv("NFT_WORKDIR") ?: ".nf-test"
7+
workdir = System.getenv("NFT_WORKDIR") ?: ".nf-test"
78

89
// location of an optional nextflow.config file specific for executing tests
910
configFile = "tests/nextflow.config"
1011

1112
// ignore tests coming from the nf-core/modules repo
1213
ignore = [
13-
'modules/nf-core/**/tests/*',
14-
'subworkflows/nf-core/**/tests/*',
14+
'modules/nf-core/**/tests/*'
1515
]
1616

1717
// run all test with defined profile(s) from the main nextflow.config

0 commit comments

Comments
 (0)