Skip to content

Commit c151429

Browse files
DriesSchaumontlazappi
authored andcommitted
CI: disable Nextflow's strict syntax (#878)
* CI: disable strict syntax
1 parent c774550 commit c151429

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sbt_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
version: ${{ matrix.java.nxf_ver }}
7272

7373
- name: Run tests
74+
env:
75+
NXF_SYNTAX_PARSER: v1
7476
run: |
7577
if [[ "${{ matrix.config.name }}" =~ ^ubuntu.*$ ]] && [[ "${{ matrix.java.run_coverage }}" == "true" ]]; then
7678
# only run coverage on main runner

0 commit comments

Comments
 (0)